The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 3132 | |
| LeftCurly | 93 | ||
| coding | AvoidInlineConditionals | 20 | |
| HiddenField | 26 | ||
| MagicNumber | 1410 | ||
| design | DesignForExtension | 3910 | |
| VisibilityModifier | 2122 | ||
| javadoc | JavadocMethod | 2252 | |
| JavadocPackage | 11 | ||
| JavadocStyle | 112 | ||
| JavadocType | 93 | ||
| JavadocVariable | 2309 | ||
| misc | FinalParameters | 3332 | |
| modifier | ModifierOrder | 92 | |
| naming | ConstantName | 2 | |
| TypeName | 90 | ||
| regexp | RegexpSingleline
|
4996 | |
| sizes | FileLength | 8 | |
| LineLength | 6902 | ||
| MethodLength | 52 | ||
| whitespace | FileTabCharacter | 90 | |
| WhitespaceAround | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter v should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter v should be final. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| coding | HiddenField | 'value' hides a field. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| coding | MagicNumber | '255' is a magic number. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| coding | HiddenField | 'value' hides a field. | 122 | |
| design | DesignForExtension | Method 'withValue' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| coding | HiddenField | 'value' hides a field. | 126 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| coding | HiddenField | 'value' hides a field. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 143 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter locator should be final. | 143 | |
| misc | FinalParameters | Parameter buffer should be final. | 143 | |
| misc | FinalParameters | Parameter strategy should be final. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 150 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter locator should be final. | 150 | |
| misc | FinalParameters | Parameter buffer should be final. | 150 | |
| misc | FinalParameters | Parameter strategy should be final. | 150 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 164 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 164 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 164 | |
| misc | FinalParameters | Parameter object should be final. | 164 | |
| misc | FinalParameters | Parameter strategy should be final. | 164 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 165 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 165 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 177 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 186 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter object should be final. | 193 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter locator should be final. | 198 | |
| misc | FinalParameters | Parameter strategy should be final. | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 203 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 208 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'Adminregion_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'country' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'pages' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'perPage' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| javadoc | JavadocMethod | Expected an @return tag. | 119 | |
| design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter country should be final. | 134 | |
| coding | HiddenField | 'country' hides a field. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'country'. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| coding | MagicNumber | '20' is a magic number. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'getPages' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| coding | MagicNumber | '20' is a magic number. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| design | DesignForExtension | Method 'setPages' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| design | DesignForExtension | Method 'getPerPage' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| coding | MagicNumber | '20' is a magic number. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'setPerPage' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| coding | MagicNumber | '20' is a magic number. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter value should be final. | 238 | |
| design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter values should be final. | 242 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 243 | |
| design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter values should be final. | 251 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 252 | |
| design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter country should be final. | 258 | |
| coding | HiddenField | 'country' hides a field. | 258 | |
| design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter value should be final. | 263 | |
| design | DesignForExtension | Method 'withPages' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter value should be final. | 268 | |
| design | DesignForExtension | Method 'withPerPage' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| misc | FinalParameters | Parameter value should be final. | 278 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 290 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| misc | FinalParameters | Parameter locator should be final. | 290 | |
| misc | FinalParameters | Parameter buffer should be final. | 290 | |
| misc | FinalParameters | Parameter strategy should be final. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 297 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| misc | FinalParameters | Parameter locator should be final. | 297 | |
| misc | FinalParameters | Parameter buffer should be final. | 297 | |
| misc | FinalParameters | Parameter strategy should be final. | 297 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 300 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 300 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 300 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 313 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 353 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 353 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 353 | |
| misc | FinalParameters | Parameter object should be final. | 353 | |
| misc | FinalParameters | Parameter strategy should be final. | 353 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 354 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 354 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 354 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 363 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 363 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 363 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 363 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 363 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 363 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 365 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 365 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 365 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 365 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 365 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 365 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 366 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 375 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 384 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 393 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 402 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| misc | FinalParameters | Parameter object should be final. | 409 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| misc | FinalParameters | Parameter locator should be final. | 414 | |
| misc | FinalParameters | Parameter strategy should be final. | 414 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 416 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 418 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 418 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 418 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 418 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 418 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 418 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 419 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 424 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 429 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 434 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 439 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'CountriesElement_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'country' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'pages' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'perPage' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'iso2Code' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'countryName' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'adminregion' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'incomeLevel' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'lendingType' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'capitalCity' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'longitude' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'latitude' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'getIso2Code' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| coding | MagicNumber | '255' is a magic number. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| design | DesignForExtension | Method 'setIso2Code' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'getCountryName' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| coding | MagicNumber | '255' is a magic number. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| design | DesignForExtension | Method 'setCountryName' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| misc | FinalParameters | Parameter value should be final. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| design | DesignForExtension | Method 'getRegion' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 210 | |
| coding | MagicNumber | '255' is a magic number. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 211 | |
| coding | MagicNumber | '255' is a magic number. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'setRegion' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| misc | FinalParameters | Parameter value should be final. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| design | DesignForExtension | Method 'getAdminregion' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 239 | |
| coding | MagicNumber | '255' is a magic number. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 240 | |
| coding | MagicNumber | '255' is a magic number. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'setAdminregion' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| design | DesignForExtension | Method 'getIncomeLevel' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 268 | |
| coding | MagicNumber | '255' is a magic number. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 269 | |
| coding | MagicNumber | '255' is a magic number. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'setIncomeLevel' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| misc | FinalParameters | Parameter value should be final. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| design | DesignForExtension | Method 'getLendingType' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 297 | |
| coding | MagicNumber | '255' is a magic number. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 298 | |
| coding | MagicNumber | '255' is a magic number. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| design | DesignForExtension | Method 'setLendingType' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| misc | FinalParameters | Parameter value should be final. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'getCapitalCity' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| coding | MagicNumber | '255' is a magic number. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| design | DesignForExtension | Method 'setCapitalCity' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| misc | FinalParameters | Parameter value should be final. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| design | DesignForExtension | Method 'getLongitude' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| coding | MagicNumber | '255' is a magic number. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| design | DesignForExtension | Method 'setLongitude' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| misc | FinalParameters | Parameter value should be final. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| design | DesignForExtension | Method 'getLatitude' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| coding | MagicNumber | '255' is a magic number. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| design | DesignForExtension | Method 'setLatitude' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| misc | FinalParameters | Parameter value should be final. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| coding | MagicNumber | '255' is a magic number. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| misc | FinalParameters | Parameter value should be final. | 416 | |
| design | DesignForExtension | Method 'withIso2Code' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| misc | FinalParameters | Parameter value should be final. | 420 | |
| design | DesignForExtension | Method 'withCountryName' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter value should be final. | 425 | |
| design | DesignForExtension | Method 'withRegion' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| misc | FinalParameters | Parameter value should be final. | 430 | |
| design | DesignForExtension | Method 'withAdminregion' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| misc | FinalParameters | Parameter value should be final. | 435 | |
| design | DesignForExtension | Method 'withIncomeLevel' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| misc | FinalParameters | Parameter value should be final. | 440 | |
| design | DesignForExtension | Method 'withLendingType' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| misc | FinalParameters | Parameter value should be final. | 445 | |
| design | DesignForExtension | Method 'withCapitalCity' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| misc | FinalParameters | Parameter value should be final. | 450 | |
| design | DesignForExtension | Method 'withLongitude' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| design | DesignForExtension | Method 'withLatitude' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| misc | FinalParameters | Parameter value should be final. | 460 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 477 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| misc | FinalParameters | Parameter locator should be final. | 477 | |
| misc | FinalParameters | Parameter buffer should be final. | 477 | |
| misc | FinalParameters | Parameter strategy should be final. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 484 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| misc | FinalParameters | Parameter locator should be final. | 484 | |
| misc | FinalParameters | Parameter buffer should be final. | 484 | |
| misc | FinalParameters | Parameter strategy should be final. | 484 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 488 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 493 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 503 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 508 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 513 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 523 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 528 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 565 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 565 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 565 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 565 | |
| misc | FinalParameters | Parameter object should be final. | 565 | |
| misc | FinalParameters | Parameter strategy should be final. | 565 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 566 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 566 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 566 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 578 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 587 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 605 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 614 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 623 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 632 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 650 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 659 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 666 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 666 | |
| misc | FinalParameters | Parameter object should be final. | 666 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 671 | |
| misc | FinalParameters | Parameter locator should be final. | 671 | |
| misc | FinalParameters | Parameter strategy should be final. | 671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 681 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 686 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 691 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 696 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 701 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 706 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 711 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 713 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 716 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 721 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 726 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 726 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'CountryElement_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'lendingType' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'latitude' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'iso2Code' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'capitalCity' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'countryName' must be private and have accessor methods. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'adminregion' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'incomeLevel' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'longitude' must be private and have accessor methods. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| coding | HiddenField | 'value' hides a field. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| coding | MagicNumber | '255' is a magic number. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| coding | HiddenField | 'value' hides a field. | 122 | |
| design | DesignForExtension | Method 'withValue' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| coding | HiddenField | 'value' hides a field. | 126 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| coding | HiddenField | 'value' hides a field. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 143 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter locator should be final. | 143 | |
| misc | FinalParameters | Parameter buffer should be final. | 143 | |
| misc | FinalParameters | Parameter strategy should be final. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 150 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter locator should be final. | 150 | |
| misc | FinalParameters | Parameter buffer should be final. | 150 | |
| misc | FinalParameters | Parameter strategy should be final. | 150 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 164 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 164 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 164 | |
| misc | FinalParameters | Parameter object should be final. | 164 | |
| misc | FinalParameters | Parameter strategy should be final. | 164 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 165 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 165 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 177 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 186 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter object should be final. | 193 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter locator should be final. | 198 | |
| misc | FinalParameters | Parameter strategy should be final. | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 203 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 208 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter v should be final. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter v should be final. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'IncomeLevel_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| coding | HiddenField | 'value' hides a field. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| coding | MagicNumber | '255' is a magic number. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| coding | HiddenField | 'value' hides a field. | 122 | |
| design | DesignForExtension | Method 'withValue' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| coding | HiddenField | 'value' hides a field. | 126 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| coding | HiddenField | 'value' hides a field. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 143 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter locator should be final. | 143 | |
| misc | FinalParameters | Parameter buffer should be final. | 143 | |
| misc | FinalParameters | Parameter strategy should be final. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 150 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter locator should be final. | 150 | |
| misc | FinalParameters | Parameter buffer should be final. | 150 | |
| misc | FinalParameters | Parameter strategy should be final. | 150 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 164 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 164 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 164 | |
| misc | FinalParameters | Parameter object should be final. | 164 | |
| misc | FinalParameters | Parameter strategy should be final. | 164 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 165 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 165 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 177 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 186 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter object should be final. | 193 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter locator should be final. | 198 | |
| misc | FinalParameters | Parameter strategy should be final. | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 203 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 208 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter v should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter v should be final. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'LendingType_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createCountriesElement' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'createCountryElement' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'createRegion' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'createAdminregion' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'createIncomeLevel' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| design | DesignForExtension | Method 'createLendingType' is not designed for extension - needs to be abstract, final or empty. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| coding | HiddenField | 'value' hides a field. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| coding | MagicNumber | '255' is a magic number. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| coding | HiddenField | 'value' hides a field. | 122 | |
| design | DesignForExtension | Method 'withValue' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| coding | HiddenField | 'value' hides a field. | 126 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| coding | HiddenField | 'value' hides a field. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 143 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter locator should be final. | 143 | |
| misc | FinalParameters | Parameter buffer should be final. | 143 | |
| misc | FinalParameters | Parameter strategy should be final. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 150 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter locator should be final. | 150 | |
| misc | FinalParameters | Parameter buffer should be final. | 150 | |
| misc | FinalParameters | Parameter strategy should be final. | 150 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 164 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 164 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 164 | |
| misc | FinalParameters | Parameter object should be final. | 164 | |
| misc | FinalParameters | Parameter strategy should be final. | 164 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 165 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 165 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 177 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 186 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter object should be final. | 193 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter locator should be final. | 198 | |
| misc | FinalParameters | Parameter strategy should be final. | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 203 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 208 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter v should be final. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter v should be final. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'Region_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 181). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommittee' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeRoleMember' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 59 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotSummary' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 67 | |
| design | DesignForExtension | Method 'createRiksdagenVoteDataBallotEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 75 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPartySummary' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 83 | |
| design | DesignForExtension | Method 'createRiksdagenVoteDataBallotPartyEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 91 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPoliticianSummary' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 99 | |
| design | DesignForExtension | Method 'createRiksdagenVoteDataBallotPoliticianEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 107 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotSummaryDaily' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 115 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotSummaryWeekly' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 123 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotSummaryMonthly' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocMethod | Expected an @return tag. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 131 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotSummaryAnnual' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 139 | |
| design | DesignForExtension | Method 'createRiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Expected an @return tag. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 147 | |
| design | DesignForExtension | Method 'createRiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| javadoc | JavadocMethod | Expected an @return tag. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 155 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPartySummaryDaily' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| javadoc | JavadocMethod | Expected an @return tag. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 163 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPartySummaryWeekly' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocMethod | Expected an @return tag. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 171 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPartySummaryMonthly' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Expected an @return tag. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 179 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPartySummaryAnnual' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocMethod | Expected an @return tag. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 187 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPoliticianSummaryDaily' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| javadoc | JavadocMethod | Expected an @return tag. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 195 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPoliticianSummaryWeekly' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 203 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPoliticianSummaryMonthly' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| javadoc | JavadocMethod | Expected an @return tag. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 211 | |
| design | DesignForExtension | Method 'createViewRiksdagenVoteDataBallotPoliticianSummaryAnnual' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| javadoc | JavadocMethod | Expected an @return tag. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 219 | |
| design | DesignForExtension | Method 'createRiksdagenCommitteeDecisionTypeSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| javadoc | JavadocMethod | Expected an @return tag. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 227 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeDecisionTypeDailySummary' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocMethod | Expected an @return tag. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 235 | |
| design | DesignForExtension | Method 'createRiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| javadoc | JavadocMethod | Expected an @return tag. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 243 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeDecisionTypeOrgDailySummary' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| javadoc | JavadocMethod | Expected an @return tag. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 251 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeDecisionsEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| javadoc | JavadocMethod | Expected an @return tag. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 259 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeDecisions' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| javadoc | JavadocMethod | Expected an @return tag. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 267 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeBallotDecisionEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| javadoc | JavadocMethod | Expected an @return tag. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 275 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| javadoc | JavadocMethod | Expected an @return tag. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 283 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| javadoc | JavadocMethod | Expected an @return tag. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 291 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeBallotDecisionSummary' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| javadoc | JavadocMethod | Expected an @return tag. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 299 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeBallotDecisionPartySummary' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| javadoc | JavadocMethod | Expected an @return tag. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 307 | |
| design | DesignForExtension | Method 'createViewRiksdagenCommitteeBallotDecisionPoliticianSummary' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| javadoc | JavadocMethod | Expected an @return tag. | 315 | |
| design | DesignForExtension | Method 'createRiksdagenCommitteeEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 61 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'decisionDate' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getDecisionDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setDecisionDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getDecisionType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setDecisionType' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '255' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 160 | |
| design | DesignForExtension | Method 'withDecisionDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 165 | |
| design | DesignForExtension | Method 'withDecisionType' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 170 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 182 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter locator should be final. | 182 | |
| misc | FinalParameters | Parameter buffer should be final. | 182 | |
| misc | FinalParameters | Parameter strategy should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 189 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter locator should be final. | 189 | |
| misc | FinalParameters | Parameter buffer should be final. | 189 | |
| misc | FinalParameters | Parameter strategy should be final. | 189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 208 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 208 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 208 | |
| misc | FinalParameters | Parameter object should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 230 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter object should be final. | 246 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 266 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'RiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'decisionDate' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'decisionDate' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getDecisionDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setDecisionDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getDecisionType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| coding | MagicNumber | '255' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setDecisionType' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 130 | |
| design | DesignForExtension | Method 'withDecisionDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 | |
| design | DesignForExtension | Method 'withDecisionType' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 147 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter locator should be final. | 147 | |
| misc | FinalParameters | Parameter buffer should be final. | 147 | |
| misc | FinalParameters | Parameter strategy should be final. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 154 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter locator should be final. | 154 | |
| misc | FinalParameters | Parameter buffer should be final. | 154 | |
| misc | FinalParameters | Parameter strategy should be final. | 154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 158 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 168 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 168 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 168 | |
| misc | FinalParameters | Parameter object should be final. | 168 | |
| misc | FinalParameters | Parameter strategy should be final. | 168 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 190 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| misc | FinalParameters | Parameter object should be final. | 197 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 212 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'RiksdagenCommitteeDecisionTypeSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'decisionDate' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'orgCode' must be private and have accessor methods. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| coding | MagicNumber | '255' is a magic number. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setDetail' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getOrgCode' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| coding | MagicNumber | '255' is a magic number. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setOrgCode' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| design | DesignForExtension | Method 'withDetail' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| design | DesignForExtension | Method 'withOrgCode' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 138 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter locator should be final. | 138 | |
| misc | FinalParameters | Parameter buffer should be final. | 138 | |
| misc | FinalParameters | Parameter strategy should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 145 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter locator should be final. | 145 | |
| misc | FinalParameters | Parameter buffer should be final. | 145 | |
| misc | FinalParameters | Parameter strategy should be final. | 145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 146 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 159 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 159 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 159 | |
| misc | FinalParameters | Parameter object should be final. | 159 | |
| misc | FinalParameters | Parameter strategy should be final. | 159 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 166 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 172 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 181 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter object should be final. | 188 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter locator should be final. | 193 | |
| misc | FinalParameters | Parameter strategy should be final. | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 203 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'RiksdagenCommitteeEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'orgCode' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getConcern' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| coding | MagicNumber | '255' is a magic number. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'setConcern' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| coding | MagicNumber | '255' is a magic number. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| design | DesignForExtension | Method 'withConcern' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| design | DesignForExtension | Method 'withIssue' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter value should be final. | 161 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 173 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter locator should be final. | 173 | |
| misc | FinalParameters | Parameter buffer should be final. | 173 | |
| misc | FinalParameters | Parameter strategy should be final. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 180 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter locator should be final. | 180 | |
| misc | FinalParameters | Parameter buffer should be final. | 180 | |
| misc | FinalParameters | Parameter strategy should be final. | 180 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 184 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 186 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 199 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 199 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 199 | |
| misc | FinalParameters | Parameter object should be final. | 199 | |
| misc | FinalParameters | Parameter strategy should be final. | 199 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 200 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 200 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 206 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 212 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 230 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| misc | FinalParameters | Parameter object should be final. | 237 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter locator should be final. | 242 | |
| misc | FinalParameters | Parameter strategy should be final. | 242 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 257 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'RiksdagenVoteDataBallotEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '255' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getConcern' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '255' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setConcern' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| coding | MagicNumber | '255' is a magic number. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| coding | MagicNumber | '255' is a magic number. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| design | DesignForExtension | Method 'withConcern' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| design | DesignForExtension | Method 'withIssue' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter value should be final. | 196 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 208 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter locator should be final. | 208 | |
| misc | FinalParameters | Parameter buffer should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 215 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| misc | FinalParameters | Parameter locator should be final. | 215 | |
| misc | FinalParameters | Parameter buffer should be final. | 215 | |
| misc | FinalParameters | Parameter strategy should be final. | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 219 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 239 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 239 | |
| misc | FinalParameters | Parameter object should be final. | 239 | |
| misc | FinalParameters | Parameter strategy should be final. | 239 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 240 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 270 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 279 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter object should be final. | 286 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter locator should be final. | 291 | |
| misc | FinalParameters | Parameter strategy should be final. | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 306 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 311 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'RiksdagenVoteDataBallotPartyEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| coding | MagicNumber | '255' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 130 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 135 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 147 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter locator should be final. | 147 | |
| misc | FinalParameters | Parameter buffer should be final. | 147 | |
| misc | FinalParameters | Parameter strategy should be final. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 154 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter locator should be final. | 154 | |
| misc | FinalParameters | Parameter buffer should be final. | 154 | |
| misc | FinalParameters | Parameter strategy should be final. | 154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 158 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 168 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 168 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 168 | |
| misc | FinalParameters | Parameter object should be final. | 168 | |
| misc | FinalParameters | Parameter strategy should be final. | 168 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 190 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| misc | FinalParameters | Parameter object should be final. | 197 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 212 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'intressentId' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '255' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getConcern' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '255' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setConcern' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| coding | MagicNumber | '255' is a magic number. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| design | DesignForExtension | Method 'getIntressentId' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| coding | MagicNumber | '255' is a magic number. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'setIntressentId' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 181 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 186 | |
| design | DesignForExtension | Method 'withConcern' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| design | DesignForExtension | Method 'withIssue' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 196 | |
| design | DesignForExtension | Method 'withIntressentId' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter value should be final. | 196 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 208 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter locator should be final. | 208 | |
| misc | FinalParameters | Parameter buffer should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 215 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| misc | FinalParameters | Parameter locator should be final. | 215 | |
| misc | FinalParameters | Parameter buffer should be final. | 215 | |
| misc | FinalParameters | Parameter strategy should be final. | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 219 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 239 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 239 | |
| misc | FinalParameters | Parameter object should be final. | 239 | |
| misc | FinalParameters | Parameter strategy should be final. | 239 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 240 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 270 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 279 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter object should be final. | 286 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter locator should be final. | 291 | |
| misc | FinalParameters | Parameter strategy should be final. | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 306 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 311 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'RiksdagenVoteDataBallotPoliticianEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'intressentId' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'intressentId' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getIntressentId' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| coding | MagicNumber | '255' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setIntressentId' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 130 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 135 | |
| design | DesignForExtension | Method 'withIntressentId' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 147 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter locator should be final. | 147 | |
| misc | FinalParameters | Parameter buffer should be final. | 147 | |
| misc | FinalParameters | Parameter strategy should be final. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 154 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter locator should be final. | 154 | |
| misc | FinalParameters | Parameter buffer should be final. | 154 | |
| misc | FinalParameters | Parameter strategy should be final. | 154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 158 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 168 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 168 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 168 | |
| misc | FinalParameters | Parameter object should be final. | 168 | |
| misc | FinalParameters | Parameter strategy should be final. | 168 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 190 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| misc | FinalParameters | Parameter object should be final. | 197 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 212 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 10 | |
| naming | TypeName | Name 'RiksdagenVoteDataBallotPoliticianPeriodSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'intressentId' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'currentMemberSize' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 113 | |
| coding | MagicNumber | '255' is a magic number. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 114 | |
| coding | MagicNumber | '255' is a magic number. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'setFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| misc | FinalParameters | Parameter value should be final. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'getLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| design | DesignForExtension | Method 'setLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| misc | FinalParameters | Parameter value should be final. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| javadoc | JavadocMethod | Expected an @return tag. | 208 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| coding | MagicNumber | '20' is a magic number. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter value should be final. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocMethod | Expected an @return tag. | 226 | |
| design | DesignForExtension | Method 'getCurrentMemberSize' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| coding | MagicNumber | '20' is a magic number. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'setCurrentMemberSize' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| misc | FinalParameters | Parameter value should be final. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocMethod | Expected an @return tag. | 244 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 258 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter value should be final. | 258 | |
| design | DesignForExtension | Method 'withTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter value should be final. | 263 | |
| design | DesignForExtension | Method 'withFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter value should be final. | 268 | |
| design | DesignForExtension | Method 'withLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| misc | FinalParameters | Parameter value should be final. | 278 | |
| design | DesignForExtension | Method 'withCurrentMemberSize' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter value should be final. | 283 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| misc | FinalParameters | Parameter value should be final. | 288 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 300 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter locator should be final. | 300 | |
| misc | FinalParameters | Parameter buffer should be final. | 300 | |
| misc | FinalParameters | Parameter strategy should be final. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 307 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| misc | FinalParameters | Parameter locator should be final. | 307 | |
| misc | FinalParameters | Parameter buffer should be final. | 307 | |
| misc | FinalParameters | Parameter strategy should be final. | 307 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 321 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 346 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 346 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 346 | |
| misc | FinalParameters | Parameter object should be final. | 346 | |
| misc | FinalParameters | Parameter strategy should be final. | 346 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 347 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 359 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 368 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 377 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 386 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 404 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 413 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| misc | FinalParameters | Parameter object should be final. | 420 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter locator should be final. | 425 | |
| misc | FinalParameters | Parameter strategy should be final. | 425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 460 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| coding | MagicNumber | '255' is a magic number. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getHangarId' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| coding | MagicNumber | '20' is a magic number. | 113 | |
| coding | MagicNumber | '10' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setHangarId' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| design | DesignForExtension | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| coding | MagicNumber | '255' is a magic number. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'getConcern' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| coding | MagicNumber | '255' is a magic number. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | DesignForExtension | Method 'setConcern' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| misc | FinalParameters | Parameter value should be final. | 178 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter value should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 187 | |
| design | DesignForExtension | Method 'withHangarId' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 192 | |
| design | DesignForExtension | Method 'withIssue' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| misc | FinalParameters | Parameter value should be final. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 197 | |
| design | DesignForExtension | Method 'withConcern' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| misc | FinalParameters | Parameter value should be final. | 197 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 209 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter locator should be final. | 209 | |
| misc | FinalParameters | Parameter buffer should be final. | 209 | |
| misc | FinalParameters | Parameter strategy should be final. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 216 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter locator should be final. | 216 | |
| misc | FinalParameters | Parameter buffer should be final. | 216 | |
| misc | FinalParameters | Parameter strategy should be final. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 217 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 225 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 227 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 240 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 240 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 240 | |
| misc | FinalParameters | Parameter object should be final. | 240 | |
| misc | FinalParameters | Parameter strategy should be final. | 240 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 241 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 253 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 262 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 271 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 280 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter object should be final. | 287 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| misc | FinalParameters | Parameter locator should be final. | 292 | |
| misc | FinalParameters | Parameter strategy should be final. | 292 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 297 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 302 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 307 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 312 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeBallotDecisionEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 58 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| coding | MagicNumber | '255' is a magic number. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getHangarId' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '20' is a magic number. | 143 | |
| coding | MagicNumber | '10' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setHangarId' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| coding | MagicNumber | '255' is a magic number. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter value should be final. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'getConcern' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| coding | MagicNumber | '255' is a magic number. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| design | DesignForExtension | Method 'setConcern' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 212 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 217 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 222 | |
| design | DesignForExtension | Method 'withHangarId' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter value should be final. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 227 | |
| design | DesignForExtension | Method 'withIssue' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 232 | |
| design | DesignForExtension | Method 'withConcern' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| misc | FinalParameters | Parameter value should be final. | 232 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 244 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter locator should be final. | 244 | |
| misc | FinalParameters | Parameter buffer should be final. | 244 | |
| misc | FinalParameters | Parameter strategy should be final. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 251 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter buffer should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 257 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 267 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 280 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 280 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 280 | |
| misc | FinalParameters | Parameter object should be final. | 280 | |
| misc | FinalParameters | Parameter strategy should be final. | 280 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 287 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 293 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 302 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 320 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 329 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter object should be final. | 336 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter locator should be final. | 341 | |
| misc | FinalParameters | Parameter strategy should be final. | 341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 346 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 356 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 361 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 366 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,344 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 108 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 216 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 217 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 218 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 219 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 220 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 224 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 231 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 234 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 235 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 238 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 239 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 240 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 241 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 243 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 249 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 263 | |
| coding | MagicNumber | '255' is a magic number. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 264 | |
| coding | MagicNumber | '255' is a magic number. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 265 | |
| coding | MagicNumber | '20' is a magic number. | 265 | |
| coding | MagicNumber | '10' is a magic number. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 266 | |
| coding | MagicNumber | '255' is a magic number. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 267 | |
| coding | MagicNumber | '255' is a magic number. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 281 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter value should be final. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| design | DesignForExtension | Method 'getCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| coding | MagicNumber | '255' is a magic number. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| design | DesignForExtension | Method 'setCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter value should be final. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| coding | MagicNumber | '255' is a magic number. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| misc | FinalParameters | Parameter value should be final. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| coding | MagicNumber | '255' is a magic number. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| misc | FinalParameters | Parameter value should be final. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| design | DesignForExtension | Method 'getSubTitle' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| coding | MagicNumber | '255' is a magic number. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| design | DesignForExtension | Method 'setSubTitle' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| misc | FinalParameters | Parameter value should be final. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| design | DesignForExtension | Method 'getEndNumber' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| coding | MagicNumber | '20' is a magic number. | 398 | |
| coding | MagicNumber | '10' is a magic number. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| design | DesignForExtension | Method 'setEndNumber' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter value should be final. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| coding | MagicNumber | '255' is a magic number. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter value should be final. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| misc | FinalParameters | Parameter value should be final. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| misc | FinalParameters | Parameter value should be final. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| coding | MagicNumber | '255' is a magic number. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| misc | FinalParameters | Parameter value should be final. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'getDecisionType' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| coding | MagicNumber | '255' is a magic number. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| design | DesignForExtension | Method 'setDecisionType' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| misc | FinalParameters | Parameter value should be final. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| design | DesignForExtension | Method 'getAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| coding | MagicNumber | '255' is a magic number. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| design | DesignForExtension | Method 'setAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| misc | FinalParameters | Parameter value should be final. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 579 | |
| design | DesignForExtension | Method 'getAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| coding | MagicNumber | '20' is a magic number. | 582 | |
| coding | MagicNumber | '10' is a magic number. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| design | DesignForExtension | Method 'setAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| misc | FinalParameters | Parameter value should be final. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| design | DesignForExtension | Method 'getWinner' is not designed for extension - needs to be abstract, final or empty. | 607 | |
| coding | MagicNumber | '255' is a magic number. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| design | DesignForExtension | Method 'setWinner' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| misc | FinalParameters | Parameter value should be final. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| design | DesignForExtension | Method 'getBallotType' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| coding | MagicNumber | '255' is a magic number. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| design | DesignForExtension | Method 'setBallotType' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 657 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| coding | MagicNumber | '255' is a magic number. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 694 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 698 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 700 | |
| misc | FinalParameters | Parameter value should be final. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 706 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 710 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| coding | MagicNumber | '20' is a magic number. | 713 | |
| coding | MagicNumber | '10' is a magic number. | 713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 724 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 726 | |
| misc | FinalParameters | Parameter value should be final. | 726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 732 | |
| javadoc | JavadocMethod | Expected an @return tag. | 734 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 734 | |
| coding | MagicNumber | '20' is a magic number. | 735 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 742 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 744 | |
| misc | FinalParameters | Parameter value should be final. | 744 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 750 | |
| javadoc | JavadocMethod | Expected an @return tag. | 752 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 752 | |
| coding | MagicNumber | '20' is a magic number. | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 760 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 762 | |
| misc | FinalParameters | Parameter value should be final. | 762 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 768 | |
| javadoc | JavadocMethod | Expected an @return tag. | 770 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| coding | MagicNumber | '20' is a magic number. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 778 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 780 | |
| misc | FinalParameters | Parameter value should be final. | 780 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 786 | |
| javadoc | JavadocMethod | Expected an @return tag. | 788 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 788 | |
| coding | MagicNumber | '20' is a magic number. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 796 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 798 | |
| misc | FinalParameters | Parameter value should be final. | 798 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| javadoc | JavadocMethod | Expected an @return tag. | 806 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| coding | MagicNumber | '20' is a magic number. | 807 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 814 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 816 | |
| misc | FinalParameters | Parameter value should be final. | 816 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 822 | |
| javadoc | JavadocMethod | Expected an @return tag. | 824 | |
| design | DesignForExtension | Method 'isApproved' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 832 | |
| design | DesignForExtension | Method 'setApproved' is not designed for extension - needs to be abstract, final or empty. | 834 | |
| misc | FinalParameters | Parameter value should be final. | 834 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 840 | |
| javadoc | JavadocMethod | Expected an @return tag. | 842 | |
| design | DesignForExtension | Method 'isNoWinner' is not designed for extension - needs to be abstract, final or empty. | 842 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 850 | |
| design | DesignForExtension | Method 'setNoWinner' is not designed for extension - needs to be abstract, final or empty. | 852 | |
| misc | FinalParameters | Parameter value should be final. | 852 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 858 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 862 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 864 | |
| coding | MagicNumber | '20' is a magic number. | 865 | |
| coding | MagicNumber | '10' is a magic number. | 865 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 872 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 876 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| misc | FinalParameters | Parameter value should be final. | 878 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 888 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 890 | |
| coding | MagicNumber | '20' is a magic number. | 891 | |
| coding | MagicNumber | '10' is a magic number. | 891 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 898 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 902 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 904 | |
| misc | FinalParameters | Parameter value should be final. | 904 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 914 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 916 | |
| coding | MagicNumber | '20' is a magic number. | 917 | |
| coding | MagicNumber | '10' is a magic number. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 924 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 928 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 930 | |
| misc | FinalParameters | Parameter value should be final. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 936 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 940 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 942 | |
| coding | MagicNumber | '20' is a magic number. | 943 | |
| coding | MagicNumber | '10' is a magic number. | 943 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 950 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 954 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 956 | |
| misc | FinalParameters | Parameter value should be final. | 956 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 962 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 966 | |
| design | DesignForExtension | Method 'getPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| coding | MagicNumber | '20' is a magic number. | 969 | |
| coding | MagicNumber | '10' is a magic number. | 969 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 976 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 980 | |
| design | DesignForExtension | Method 'setPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 982 | |
| misc | FinalParameters | Parameter value should be final. | 982 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 988 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 992 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 994 | |
| coding | MagicNumber | '20' is a magic number. | 995 | |
| coding | MagicNumber | '10' is a magic number. | 995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1002 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1006 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1008 | |
| misc | FinalParameters | Parameter value should be final. | 1008 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1014 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1016 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1016 | |
| coding | MagicNumber | '20' is a magic number. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1024 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1026 | |
| misc | FinalParameters | Parameter value should be final. | 1026 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1026 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1032 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1034 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1034 | |
| coding | MagicNumber | '20' is a magic number. | 1035 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1042 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1044 | |
| misc | FinalParameters | Parameter value should be final. | 1044 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1044 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1050 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1052 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1052 | |
| coding | MagicNumber | '20' is a magic number. | 1053 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1060 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1062 | |
| misc | FinalParameters | Parameter value should be final. | 1062 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1062 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1068 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1070 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1070 | |
| coding | MagicNumber | '20' is a magic number. | 1071 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1078 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1080 | |
| misc | FinalParameters | Parameter value should be final. | 1080 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1080 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1086 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1088 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| coding | MagicNumber | '20' is a magic number. | 1089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1096 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1098 | |
| misc | FinalParameters | Parameter value should be final. | 1098 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1098 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1106 | |
| design | DesignForExtension | Method 'isPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1114 | |
| design | DesignForExtension | Method 'setPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1116 | |
| misc | FinalParameters | Parameter value should be final. | 1116 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1122 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1124 | |
| design | DesignForExtension | Method 'isPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1132 | |
| design | DesignForExtension | Method 'setPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1134 | |
| misc | FinalParameters | Parameter value should be final. | 1134 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1144 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1146 | |
| coding | MagicNumber | '20' is a magic number. | 1147 | |
| coding | MagicNumber | '10' is a magic number. | 1147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1158 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1160 | |
| misc | FinalParameters | Parameter value should be final. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1170 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1172 | |
| coding | MagicNumber | '20' is a magic number. | 1173 | |
| coding | MagicNumber | '10' is a magic number. | 1173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1184 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1186 | |
| misc | FinalParameters | Parameter value should be final. | 1186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1196 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1198 | |
| coding | MagicNumber | '20' is a magic number. | 1199 | |
| coding | MagicNumber | '10' is a magic number. | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1210 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1212 | |
| misc | FinalParameters | Parameter value should be final. | 1212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1222 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1224 | |
| coding | MagicNumber | '20' is a magic number. | 1225 | |
| coding | MagicNumber | '10' is a magic number. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1236 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1238 | |
| misc | FinalParameters | Parameter value should be final. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1248 | |
| design | DesignForExtension | Method 'getPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1250 | |
| coding | MagicNumber | '20' is a magic number. | 1251 | |
| coding | MagicNumber | '10' is a magic number. | 1251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1262 | |
| design | DesignForExtension | Method 'setPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1264 | |
| misc | FinalParameters | Parameter value should be final. | 1264 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1268 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1268 | |
| misc | FinalParameters | Parameter value should be final. | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1273 | |
| design | DesignForExtension | Method 'withCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 1273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1273 | |
| misc | FinalParameters | Parameter value should be final. | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1278 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 1278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1278 | |
| misc | FinalParameters | Parameter value should be final. | 1278 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1283 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 1283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1283 | |
| misc | FinalParameters | Parameter value should be final. | 1283 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1288 | |
| design | DesignForExtension | Method 'withSubTitle' is not designed for extension - needs to be abstract, final or empty. | 1288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1288 | |
| misc | FinalParameters | Parameter value should be final. | 1288 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1293 | |
| design | DesignForExtension | Method 'withEndNumber' is not designed for extension - needs to be abstract, final or empty. | 1293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1293 | |
| misc | FinalParameters | Parameter value should be final. | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1298 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 1298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1298 | |
| misc | FinalParameters | Parameter value should be final. | 1298 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1303 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 1303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1303 | |
| misc | FinalParameters | Parameter value should be final. | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1308 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 1308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1308 | |
| misc | FinalParameters | Parameter value should be final. | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1313 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 1313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1313 | |
| misc | FinalParameters | Parameter value should be final. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1318 | |
| design | DesignForExtension | Method 'withDecisionType' is not designed for extension - needs to be abstract, final or empty. | 1318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1318 | |
| misc | FinalParameters | Parameter value should be final. | 1318 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1323 | |
| design | DesignForExtension | Method 'withAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 1323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1323 | |
| misc | FinalParameters | Parameter value should be final. | 1323 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1328 | |
| design | DesignForExtension | Method 'withAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 1328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1328 | |
| misc | FinalParameters | Parameter value should be final. | 1328 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1333 | |
| design | DesignForExtension | Method 'withWinner' is not designed for extension - needs to be abstract, final or empty. | 1333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1333 | |
| misc | FinalParameters | Parameter value should be final. | 1333 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1338 | |
| design | DesignForExtension | Method 'withBallotType' is not designed for extension - needs to be abstract, final or empty. | 1338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1338 | |
| misc | FinalParameters | Parameter value should be final. | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1343 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 1343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1343 | |
| misc | FinalParameters | Parameter value should be final. | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1348 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 1348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1348 | |
| misc | FinalParameters | Parameter value should be final. | 1348 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1353 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1353 | |
| misc | FinalParameters | Parameter value should be final. | 1353 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1358 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1358 | |
| misc | FinalParameters | Parameter value should be final. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1363 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1363 | |
| misc | FinalParameters | Parameter value should be final. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1368 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1368 | |
| misc | FinalParameters | Parameter value should be final. | 1368 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1373 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1373 | |
| misc | FinalParameters | Parameter value should be final. | 1373 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1378 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1378 | |
| misc | FinalParameters | Parameter value should be final. | 1378 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1383 | |
| design | DesignForExtension | Method 'withApproved' is not designed for extension - needs to be abstract, final or empty. | 1383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1383 | |
| misc | FinalParameters | Parameter value should be final. | 1383 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1388 | |
| design | DesignForExtension | Method 'withNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1388 | |
| misc | FinalParameters | Parameter value should be final. | 1388 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1393 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1393 | |
| misc | FinalParameters | Parameter value should be final. | 1393 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1398 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1398 | |
| misc | FinalParameters | Parameter value should be final. | 1398 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1403 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1403 | |
| misc | FinalParameters | Parameter value should be final. | 1403 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1408 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1408 | |
| misc | FinalParameters | Parameter value should be final. | 1408 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1413 | |
| design | DesignForExtension | Method 'withPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1413 | |
| misc | FinalParameters | Parameter value should be final. | 1413 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1418 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1418 | |
| misc | FinalParameters | Parameter value should be final. | 1418 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1423 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1423 | |
| misc | FinalParameters | Parameter value should be final. | 1423 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1428 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1428 | |
| misc | FinalParameters | Parameter value should be final. | 1428 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1433 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1433 | |
| misc | FinalParameters | Parameter value should be final. | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1438 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1438 | |
| misc | FinalParameters | Parameter value should be final. | 1438 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1443 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1443 | |
| misc | FinalParameters | Parameter value should be final. | 1443 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1448 | |
| design | DesignForExtension | Method 'withPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1448 | |
| misc | FinalParameters | Parameter value should be final. | 1448 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1453 | |
| design | DesignForExtension | Method 'withPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1453 | |
| misc | FinalParameters | Parameter value should be final. | 1453 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1458 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1458 | |
| misc | FinalParameters | Parameter value should be final. | 1458 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1463 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1463 | |
| misc | FinalParameters | Parameter value should be final. | 1463 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1468 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1468 | |
| misc | FinalParameters | Parameter value should be final. | 1468 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1473 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1473 | |
| misc | FinalParameters | Parameter value should be final. | 1473 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1478 | |
| design | DesignForExtension | Method 'withPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1478 | |
| misc | FinalParameters | Parameter value should be final. | 1478 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1483 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1490 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1490 | |
| misc | FinalParameters | Parameter locator should be final. | 1490 | |
| misc | FinalParameters | Parameter buffer should be final. | 1490 | |
| misc | FinalParameters | Parameter strategy should be final. | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1497 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1497 | |
| sizes | MethodLength | Method length is 218 lines (max allowed is 150). | 1497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1497 | |
| misc | FinalParameters | Parameter locator should be final. | 1497 | |
| misc | FinalParameters | Parameter buffer should be final. | 1497 | |
| misc | FinalParameters | Parameter strategy should be final. | 1497 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1498 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1503 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1506 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1508 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1513 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1518 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1521 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1523 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1526 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1528 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1533 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1536 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1538 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1541 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1543 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1548 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1553 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1556 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1558 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1561 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1563 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1568 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1571 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1573 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1578 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1581 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1583 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1588 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1593 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1598 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1603 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1606 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1608 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1611 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1613 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1616 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1618 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1621 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1623 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1626 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1628 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1633 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1638 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1643 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1648 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1651 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1653 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1656 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1658 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1663 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1666 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1668 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1673 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1678 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1681 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1683 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1686 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1688 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1691 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1693 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1696 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1698 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1701 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1703 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1706 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1708 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1711 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1716 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1716 | |
| sizes | MethodLength | Method length is 397 lines (max allowed is 150). | 1716 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1716 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1716 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1716 | |
| misc | FinalParameters | Parameter object should be final. | 1716 | |
| misc | FinalParameters | Parameter strategy should be final. | 1716 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1717 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1717 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1717 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 1723 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1724 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1729 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1733 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1738 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1747 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1751 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1756 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1760 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1769 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1774 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1778 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1783 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1787 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1792 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1796 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1801 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1805 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1814 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1819 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1823 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1828 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1832 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1837 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1841 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1846 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1850 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1855 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1859 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1864 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1868 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1873 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1877 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1882 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1886 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1891 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1895 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1900 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1904 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1909 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1913 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1918 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1922 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1927 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1931 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1936 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1940 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1945 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1949 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1954 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1958 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1963 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1967 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1972 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1976 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1981 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1985 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1990 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1994 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1999 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2003 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2008 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2012 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2017 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2021 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2026 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2030 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2035 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2039 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2044 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2048 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2053 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2057 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2066 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2071 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2075 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2080 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2084 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2089 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2093 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2098 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2102 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 2107 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2114 | |
| misc | FinalParameters | Parameter object should be final. | 2114 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2119 | |
| sizes | MethodLength | Method length is 219 lines (max allowed is 150). | 2119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2119 | |
| misc | FinalParameters | Parameter locator should be final. | 2119 | |
| misc | FinalParameters | Parameter strategy should be final. | 2119 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2121 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2124 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2126 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2129 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2131 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 2134 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2136 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2139 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2141 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2144 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2146 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2149 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2151 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2156 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2159 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2161 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2164 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2166 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2171 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2174 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2176 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2179 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2181 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2184 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2186 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2191 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2194 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2196 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2199 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2201 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2204 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2206 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2211 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2216 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2219 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2221 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2224 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2226 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2229 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2231 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2234 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2236 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2239 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2241 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2244 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2246 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2249 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2251 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2254 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2256 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2259 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2261 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2266 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2269 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2271 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2274 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2276 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2279 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2281 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2284 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2286 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2289 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2291 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2294 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2296 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2299 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2301 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2304 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2306 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2309 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2311 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2314 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2316 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2319 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2321 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2324 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2326 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2329 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2331 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 2334 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeBallotDecisionPartySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'intressentId' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| coding | MagicNumber | '255' is a magic number. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getIntressentId' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setIntressentId' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getHangarId' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '20' is a magic number. | 143 | |
| coding | MagicNumber | '10' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setHangarId' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getIssue' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| coding | MagicNumber | '255' is a magic number. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setIssue' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter value should be final. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'getConcern' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| coding | MagicNumber | '255' is a magic number. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| design | DesignForExtension | Method 'setConcern' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 212 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 217 | |
| design | DesignForExtension | Method 'withIntressentId' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 222 | |
| design | DesignForExtension | Method 'withHangarId' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter value should be final. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 227 | |
| design | DesignForExtension | Method 'withIssue' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 232 | |
| design | DesignForExtension | Method 'withConcern' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| misc | FinalParameters | Parameter value should be final. | 232 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 244 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter locator should be final. | 244 | |
| misc | FinalParameters | Parameter buffer should be final. | 244 | |
| misc | FinalParameters | Parameter strategy should be final. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 251 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter buffer should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 260 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 267 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 280 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 280 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 280 | |
| misc | FinalParameters | Parameter object should be final. | 280 | |
| misc | FinalParameters | Parameter strategy should be final. | 280 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 287 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 293 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 302 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 320 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 329 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter object should be final. | 336 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter locator should be final. | 341 | |
| misc | FinalParameters | Parameter strategy should be final. | 341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 346 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 356 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 361 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 366 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 10 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'intressentId' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'issue' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'concern' must be private and have accessor methods. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,696 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 115 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 176 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 231 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 234 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 235 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 238 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 239 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 240 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 241 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 243 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 249 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 251 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 252 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 253 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 254 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 255 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 256 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 257 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 258 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 263 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 264 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 265 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 267 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 268 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 271 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 272 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| design | VisibilityModifier | Variable 'vote' must be private and have accessor methods. | 275 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 276 | |
| design | VisibilityModifier | Variable 'won' must be private and have accessor methods. | 276 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 277 | |
| design | VisibilityModifier | Variable 'rebel' must be private and have accessor methods. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 289 | |
| coding | MagicNumber | '255' is a magic number. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 290 | |
| coding | MagicNumber | '255' is a magic number. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 291 | |
| coding | MagicNumber | '20' is a magic number. | 291 | |
| coding | MagicNumber | '10' is a magic number. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 292 | |
| coding | MagicNumber | '255' is a magic number. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 293 | |
| coding | MagicNumber | '255' is a magic number. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 307 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter value should be final. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'getCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| coding | MagicNumber | '255' is a magic number. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| design | DesignForExtension | Method 'setCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| misc | FinalParameters | Parameter value should be final. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| coding | MagicNumber | '255' is a magic number. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| misc | FinalParameters | Parameter value should be final. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| coding | MagicNumber | '255' is a magic number. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| misc | FinalParameters | Parameter value should be final. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| design | DesignForExtension | Method 'getSubTitle' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| coding | MagicNumber | '255' is a magic number. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| design | DesignForExtension | Method 'setSubTitle' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter value should be final. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| design | DesignForExtension | Method 'getEndNumber' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| coding | MagicNumber | '20' is a magic number. | 424 | |
| coding | MagicNumber | '10' is a magic number. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| design | DesignForExtension | Method 'setEndNumber' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter value should be final. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| coding | MagicNumber | '255' is a magic number. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| misc | FinalParameters | Parameter value should be final. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| misc | FinalParameters | Parameter value should be final. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| misc | FinalParameters | Parameter value should be final. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| coding | MagicNumber | '255' is a magic number. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| misc | FinalParameters | Parameter value should be final. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| design | DesignForExtension | Method 'getDecisionType' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| coding | MagicNumber | '255' is a magic number. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| design | DesignForExtension | Method 'setDecisionType' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| misc | FinalParameters | Parameter value should be final. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 579 | |
| design | DesignForExtension | Method 'getAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| coding | MagicNumber | '255' is a magic number. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| design | DesignForExtension | Method 'setAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| misc | FinalParameters | Parameter value should be final. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| design | DesignForExtension | Method 'getAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 607 | |
| coding | MagicNumber | '20' is a magic number. | 608 | |
| coding | MagicNumber | '10' is a magic number. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| design | DesignForExtension | Method 'setAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| misc | FinalParameters | Parameter value should be final. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| design | DesignForExtension | Method 'getWinner' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| coding | MagicNumber | '255' is a magic number. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| design | DesignForExtension | Method 'setWinner' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 657 | |
| design | DesignForExtension | Method 'getBallotType' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| coding | MagicNumber | '255' is a magic number. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| design | DesignForExtension | Method 'setBallotType' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| coding | MagicNumber | '255' is a magic number. | 686 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| misc | FinalParameters | Parameter value should be final. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 709 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 724 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 726 | |
| misc | FinalParameters | Parameter value should be final. | 726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 732 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 736 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 738 | |
| coding | MagicNumber | '20' is a magic number. | 739 | |
| coding | MagicNumber | '10' is a magic number. | 739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 746 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 750 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 752 | |
| misc | FinalParameters | Parameter value should be final. | 752 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 758 | |
| javadoc | JavadocMethod | Expected an @return tag. | 760 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| coding | MagicNumber | '20' is a magic number. | 761 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 768 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| misc | FinalParameters | Parameter value should be final. | 770 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 776 | |
| javadoc | JavadocMethod | Expected an @return tag. | 778 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 778 | |
| coding | MagicNumber | '20' is a magic number. | 779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 786 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 788 | |
| misc | FinalParameters | Parameter value should be final. | 788 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 788 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 794 | |
| javadoc | JavadocMethod | Expected an @return tag. | 796 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 796 | |
| coding | MagicNumber | '20' is a magic number. | 797 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| misc | FinalParameters | Parameter value should be final. | 806 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 806 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 812 | |
| javadoc | JavadocMethod | Expected an @return tag. | 814 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 814 | |
| coding | MagicNumber | '20' is a magic number. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 822 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| misc | FinalParameters | Parameter value should be final. | 824 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 824 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 830 | |
| javadoc | JavadocMethod | Expected an @return tag. | 832 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 832 | |
| coding | MagicNumber | '20' is a magic number. | 833 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 840 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 842 | |
| misc | FinalParameters | Parameter value should be final. | 842 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 842 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 848 | |
| javadoc | JavadocMethod | Expected an @return tag. | 850 | |
| design | DesignForExtension | Method 'isApproved' is not designed for extension - needs to be abstract, final or empty. | 850 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 858 | |
| design | DesignForExtension | Method 'setApproved' is not designed for extension - needs to be abstract, final or empty. | 860 | |
| misc | FinalParameters | Parameter value should be final. | 860 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 860 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 866 | |
| javadoc | JavadocMethod | Expected an @return tag. | 868 | |
| design | DesignForExtension | Method 'isNoWinner' is not designed for extension - needs to be abstract, final or empty. | 868 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 876 | |
| design | DesignForExtension | Method 'setNoWinner' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| misc | FinalParameters | Parameter value should be final. | 878 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 878 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 888 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 890 | |
| coding | MagicNumber | '20' is a magic number. | 891 | |
| coding | MagicNumber | '10' is a magic number. | 891 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 898 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 902 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 904 | |
| misc | FinalParameters | Parameter value should be final. | 904 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 910 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 914 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 916 | |
| coding | MagicNumber | '20' is a magic number. | 917 | |
| coding | MagicNumber | '10' is a magic number. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 924 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 928 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 930 | |
| misc | FinalParameters | Parameter value should be final. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 936 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 940 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 942 | |
| coding | MagicNumber | '20' is a magic number. | 943 | |
| coding | MagicNumber | '10' is a magic number. | 943 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 950 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 954 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 956 | |
| misc | FinalParameters | Parameter value should be final. | 956 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 962 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 966 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| coding | MagicNumber | '20' is a magic number. | 969 | |
| coding | MagicNumber | '10' is a magic number. | 969 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 976 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 980 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 982 | |
| misc | FinalParameters | Parameter value should be final. | 982 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 988 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 992 | |
| design | DesignForExtension | Method 'getPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 994 | |
| coding | MagicNumber | '20' is a magic number. | 995 | |
| coding | MagicNumber | '10' is a magic number. | 995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1002 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1006 | |
| design | DesignForExtension | Method 'setPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1008 | |
| misc | FinalParameters | Parameter value should be final. | 1008 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1014 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1018 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1020 | |
| coding | MagicNumber | '20' is a magic number. | 1021 | |
| coding | MagicNumber | '10' is a magic number. | 1021 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1028 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1032 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1034 | |
| misc | FinalParameters | Parameter value should be final. | 1034 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1040 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1042 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
| coding | MagicNumber | '20' is a magic number. | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1050 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1052 | |
| misc | FinalParameters | Parameter value should be final. | 1052 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1052 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1058 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1060 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1060 | |
| coding | MagicNumber | '20' is a magic number. | 1061 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1068 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1070 | |
| misc | FinalParameters | Parameter value should be final. | 1070 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1076 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1078 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1078 | |
| coding | MagicNumber | '20' is a magic number. | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1086 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| misc | FinalParameters | Parameter value should be final. | 1088 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1094 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1096 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1096 | |
| coding | MagicNumber | '20' is a magic number. | 1097 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1104 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1106 | |
| misc | FinalParameters | Parameter value should be final. | 1106 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1112 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1114 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1114 | |
| coding | MagicNumber | '20' is a magic number. | 1115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1122 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1124 | |
| misc | FinalParameters | Parameter value should be final. | 1124 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1132 | |
| design | DesignForExtension | Method 'isPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1140 | |
| design | DesignForExtension | Method 'setPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1142 | |
| misc | FinalParameters | Parameter value should be final. | 1142 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1148 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1150 | |
| design | DesignForExtension | Method 'isPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1158 | |
| design | DesignForExtension | Method 'setPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1160 | |
| misc | FinalParameters | Parameter value should be final. | 1160 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1170 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1172 | |
| coding | MagicNumber | '20' is a magic number. | 1173 | |
| coding | MagicNumber | '10' is a magic number. | 1173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1184 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1186 | |
| misc | FinalParameters | Parameter value should be final. | 1186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1196 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1198 | |
| coding | MagicNumber | '20' is a magic number. | 1199 | |
| coding | MagicNumber | '10' is a magic number. | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1210 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1212 | |
| misc | FinalParameters | Parameter value should be final. | 1212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1222 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1224 | |
| coding | MagicNumber | '20' is a magic number. | 1225 | |
| coding | MagicNumber | '10' is a magic number. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1236 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1238 | |
| misc | FinalParameters | Parameter value should be final. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1248 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1250 | |
| coding | MagicNumber | '20' is a magic number. | 1251 | |
| coding | MagicNumber | '10' is a magic number. | 1251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1262 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1264 | |
| misc | FinalParameters | Parameter value should be final. | 1264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1274 | |
| design | DesignForExtension | Method 'getPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1276 | |
| coding | MagicNumber | '20' is a magic number. | 1277 | |
| coding | MagicNumber | '10' is a magic number. | 1277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1288 | |
| design | DesignForExtension | Method 'setPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1290 | |
| misc | FinalParameters | Parameter value should be final. | 1290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1300 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 1302 | |
| coding | MagicNumber | '255' is a magic number. | 1303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1314 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 1316 | |
| misc | FinalParameters | Parameter value should be final. | 1316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1326 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 1328 | |
| coding | MagicNumber | '255' is a magic number. | 1329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1340 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 1342 | |
| misc | FinalParameters | Parameter value should be final. | 1342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1352 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 1354 | |
| coding | MagicNumber | '255' is a magic number. | 1355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1366 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 1368 | |
| misc | FinalParameters | Parameter value should be final. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1374 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1376 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 1376 | |
| coding | MagicNumber | '10' is a magic number. | 1377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1384 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 1386 | |
| misc | FinalParameters | Parameter value should be final. | 1386 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1396 | |
| design | DesignForExtension | Method 'getVote' is not designed for extension - needs to be abstract, final or empty. | 1398 | |
| coding | MagicNumber | '255' is a magic number. | 1399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1410 | |
| design | DesignForExtension | Method 'setVote' is not designed for extension - needs to be abstract, final or empty. | 1412 | |
| misc | FinalParameters | Parameter value should be final. | 1412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1418 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1420 | |
| design | DesignForExtension | Method 'isWon' is not designed for extension - needs to be abstract, final or empty. | 1420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1428 | |
| design | DesignForExtension | Method 'setWon' is not designed for extension - needs to be abstract, final or empty. | 1430 | |
| misc | FinalParameters | Parameter value should be final. | 1430 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1436 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1438 | |
| design | DesignForExtension | Method 'isRebel' is not designed for extension - needs to be abstract, final or empty. | 1438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1446 | |
| design | DesignForExtension | Method 'setRebel' is not designed for extension - needs to be abstract, final or empty. | 1448 | |
| misc | FinalParameters | Parameter value should be final. | 1448 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1448 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 1452 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1452 | |
| misc | FinalParameters | Parameter value should be final. | 1452 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1457 | |
| design | DesignForExtension | Method 'withCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 1457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1457 | |
| misc | FinalParameters | Parameter value should be final. | 1457 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1462 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 1462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1462 | |
| misc | FinalParameters | Parameter value should be final. | 1462 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1467 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 1467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1467 | |
| misc | FinalParameters | Parameter value should be final. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1472 | |
| design | DesignForExtension | Method 'withSubTitle' is not designed for extension - needs to be abstract, final or empty. | 1472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1472 | |
| misc | FinalParameters | Parameter value should be final. | 1472 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1477 | |
| design | DesignForExtension | Method 'withEndNumber' is not designed for extension - needs to be abstract, final or empty. | 1477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1477 | |
| misc | FinalParameters | Parameter value should be final. | 1477 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1482 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 1482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1482 | |
| misc | FinalParameters | Parameter value should be final. | 1482 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1487 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 1487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1487 | |
| misc | FinalParameters | Parameter value should be final. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1492 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 1492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1492 | |
| misc | FinalParameters | Parameter value should be final. | 1492 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1497 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 1497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1497 | |
| misc | FinalParameters | Parameter value should be final. | 1497 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1502 | |
| design | DesignForExtension | Method 'withDecisionType' is not designed for extension - needs to be abstract, final or empty. | 1502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1502 | |
| misc | FinalParameters | Parameter value should be final. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1507 | |
| design | DesignForExtension | Method 'withAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 1507 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1507 | |
| misc | FinalParameters | Parameter value should be final. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1512 | |
| design | DesignForExtension | Method 'withAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 1512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1512 | |
| misc | FinalParameters | Parameter value should be final. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1517 | |
| design | DesignForExtension | Method 'withWinner' is not designed for extension - needs to be abstract, final or empty. | 1517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1517 | |
| misc | FinalParameters | Parameter value should be final. | 1517 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1522 | |
| design | DesignForExtension | Method 'withBallotType' is not designed for extension - needs to be abstract, final or empty. | 1522 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1522 | |
| misc | FinalParameters | Parameter value should be final. | 1522 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1527 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 1527 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1527 | |
| misc | FinalParameters | Parameter value should be final. | 1527 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1532 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 1532 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1532 | |
| misc | FinalParameters | Parameter value should be final. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1537 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1537 | |
| misc | FinalParameters | Parameter value should be final. | 1537 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1542 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1542 | |
| misc | FinalParameters | Parameter value should be final. | 1542 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1547 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1547 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1547 | |
| misc | FinalParameters | Parameter value should be final. | 1547 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1552 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1552 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1552 | |
| misc | FinalParameters | Parameter value should be final. | 1552 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1557 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1557 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1557 | |
| misc | FinalParameters | Parameter value should be final. | 1557 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1562 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1562 | |
| misc | FinalParameters | Parameter value should be final. | 1562 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1567 | |
| design | DesignForExtension | Method 'withApproved' is not designed for extension - needs to be abstract, final or empty. | 1567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1567 | |
| misc | FinalParameters | Parameter value should be final. | 1567 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1572 | |
| design | DesignForExtension | Method 'withNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1572 | |
| misc | FinalParameters | Parameter value should be final. | 1572 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1577 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1577 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1577 | |
| misc | FinalParameters | Parameter value should be final. | 1577 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1582 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1582 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1582 | |
| misc | FinalParameters | Parameter value should be final. | 1582 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1587 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1587 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1587 | |
| misc | FinalParameters | Parameter value should be final. | 1587 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1592 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1592 | |
| misc | FinalParameters | Parameter value should be final. | 1592 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1597 | |
| design | DesignForExtension | Method 'withPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1597 | |
| misc | FinalParameters | Parameter value should be final. | 1597 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1602 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1602 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1602 | |
| misc | FinalParameters | Parameter value should be final. | 1602 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1607 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1607 | |
| misc | FinalParameters | Parameter value should be final. | 1607 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1612 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1612 | |
| misc | FinalParameters | Parameter value should be final. | 1612 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1617 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1617 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1617 | |
| misc | FinalParameters | Parameter value should be final. | 1617 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1622 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1622 | |
| misc | FinalParameters | Parameter value should be final. | 1622 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1627 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1627 | |
| misc | FinalParameters | Parameter value should be final. | 1627 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1632 | |
| design | DesignForExtension | Method 'withPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1632 | |
| misc | FinalParameters | Parameter value should be final. | 1632 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1637 | |
| design | DesignForExtension | Method 'withPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1637 | |
| misc | FinalParameters | Parameter value should be final. | 1637 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1642 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1642 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1642 | |
| misc | FinalParameters | Parameter value should be final. | 1642 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1647 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1647 | |
| misc | FinalParameters | Parameter value should be final. | 1647 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1652 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1652 | |
| misc | FinalParameters | Parameter value should be final. | 1652 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1657 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1657 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1657 | |
| misc | FinalParameters | Parameter value should be final. | 1657 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1662 | |
| design | DesignForExtension | Method 'withPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1662 | |
| misc | FinalParameters | Parameter value should be final. | 1662 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1667 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 1667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1667 | |
| misc | FinalParameters | Parameter value should be final. | 1667 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1672 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 1672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1672 | |
| misc | FinalParameters | Parameter value should be final. | 1672 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1677 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 1677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1677 | |
| misc | FinalParameters | Parameter value should be final. | 1677 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1682 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 1682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1682 | |
| misc | FinalParameters | Parameter value should be final. | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1687 | |
| design | DesignForExtension | Method 'withVote' is not designed for extension - needs to be abstract, final or empty. | 1687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1687 | |
| misc | FinalParameters | Parameter value should be final. | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1692 | |
| design | DesignForExtension | Method 'withWon' is not designed for extension - needs to be abstract, final or empty. | 1692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1692 | |
| misc | FinalParameters | Parameter value should be final. | 1692 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1697 | |
| design | DesignForExtension | Method 'withRebel' is not designed for extension - needs to be abstract, final or empty. | 1697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1697 | |
| misc | FinalParameters | Parameter value should be final. | 1697 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1702 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1709 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1709 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1709 | |
| misc | FinalParameters | Parameter locator should be final. | 1709 | |
| misc | FinalParameters | Parameter buffer should be final. | 1709 | |
| misc | FinalParameters | Parameter strategy should be final. | 1709 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1716 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1716 | |
| sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 1716 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1716 | |
| misc | FinalParameters | Parameter locator should be final. | 1716 | |
| misc | FinalParameters | Parameter buffer should be final. | 1716 | |
| misc | FinalParameters | Parameter strategy should be final. | 1716 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1717 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1718 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1720 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1725 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1727 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1732 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1737 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1740 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1747 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1752 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1755 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1757 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1762 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1767 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1772 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1777 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1782 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1787 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1792 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1797 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1802 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1817 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1822 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1827 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1832 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1835 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1837 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1840 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1842 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1845 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1847 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1850 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1855 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1857 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1860 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1862 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1865 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1867 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1870 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1872 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1875 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1877 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1880 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1882 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1885 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1887 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1890 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1892 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1895 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1897 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1900 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1902 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1905 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1907 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1910 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1912 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1915 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1917 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1920 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1922 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1925 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1927 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1930 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1932 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1937 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1940 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1942 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1945 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1947 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1950 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1952 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1957 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1962 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1970 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1970 | |
| sizes | MethodLength | Method length is 460 lines (max allowed is 150). | 1970 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1970 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1970 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1970 | |
| misc | FinalParameters | Parameter object should be final. | 1970 | |
| misc | FinalParameters | Parameter strategy should be final. | 1970 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1971 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1971 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1971 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 1977 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1978 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1979 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1981 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1983 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1987 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1992 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1996 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2001 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2005 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2010 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2014 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2019 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2023 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2028 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2032 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2037 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2041 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 2046 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2050 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2055 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2059 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2064 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2068 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2073 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2077 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2082 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2086 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2091 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2095 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 2100 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2104 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2109 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2113 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2118 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2122 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2127 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2131 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 2136 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2140 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2149 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2158 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2163 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2167 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2172 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2176 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 2181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2185 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2190 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2194 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2199 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2203 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2208 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2212 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2217 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2221 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2226 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2230 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2235 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2239 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 2244 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2248 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2253 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2257 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2262 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2266 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2271 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2275 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2280 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2284 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2289 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2293 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2298 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2302 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2307 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2311 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2320 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2325 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2329 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2334 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2338 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2343 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2347 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2352 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2356 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 2361 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2365 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2370 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2374 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2379 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2383 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2388 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2392 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2397 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2401 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2406 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2410 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2419 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2424 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2431 | |
| misc | FinalParameters | Parameter object should be final. | 2431 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2436 | |
| sizes | MethodLength | Method length is 254 lines (max allowed is 150). | 2436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2436 | |
| misc | FinalParameters | Parameter locator should be final. | 2436 | |
| misc | FinalParameters | Parameter strategy should be final. | 2436 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2438 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2439 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2441 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2443 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2446 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2448 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 2451 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2453 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2456 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2458 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2461 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2463 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2466 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2468 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2471 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2473 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2478 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2481 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2483 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2486 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2488 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2493 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2496 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2498 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2503 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2506 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2508 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2511 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2513 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2516 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2518 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2521 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2523 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2526 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2528 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2531 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2533 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2536 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2538 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2541 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2543 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2548 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2553 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2556 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2558 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2561 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2563 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2566 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2568 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2571 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2573 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2576 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2578 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2581 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2583 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2588 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2593 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2598 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2601 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2603 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2606 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2608 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2611 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2613 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2616 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2618 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2621 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2623 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2626 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2628 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2633 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2638 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2643 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2648 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 2651 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2653 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2656 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2658 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2663 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2666 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2668 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2673 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 2676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2678 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2681 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2683 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2686 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2691 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeBallotDecisionPoliticianSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rebel' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'won' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'vote' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 195 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 196 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 211 | |
| coding | MagicNumber | '255' is a magic number. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 212 | |
| coding | MagicNumber | '20' is a magic number. | 212 | |
| coding | MagicNumber | '10' is a magic number. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 213 | |
| coding | MagicNumber | '255' is a magic number. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 214 | |
| coding | MagicNumber | '255' is a magic number. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 228 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'getCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| coding | MagicNumber | '255' is a magic number. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'setCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| coding | MagicNumber | '255' is a magic number. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| misc | FinalParameters | Parameter value should be final. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| coding | MagicNumber | '255' is a magic number. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| misc | FinalParameters | Parameter value should be final. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| design | DesignForExtension | Method 'getSubTitle' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| coding | MagicNumber | '255' is a magic number. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| design | DesignForExtension | Method 'setSubTitle' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| misc | FinalParameters | Parameter value should be final. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| design | DesignForExtension | Method 'getEndNumber' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| coding | MagicNumber | '20' is a magic number. | 345 | |
| coding | MagicNumber | '10' is a magic number. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| design | DesignForExtension | Method 'setEndNumber' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| misc | FinalParameters | Parameter value should be final. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| coding | MagicNumber | '255' is a magic number. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| misc | FinalParameters | Parameter value should be final. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter value should be final. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| misc | FinalParameters | Parameter value should be final. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| coding | MagicNumber | '255' is a magic number. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| misc | FinalParameters | Parameter value should be final. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| design | DesignForExtension | Method 'getDecisionType' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| coding | MagicNumber | '255' is a magic number. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| design | DesignForExtension | Method 'setDecisionType' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| misc | FinalParameters | Parameter value should be final. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| design | DesignForExtension | Method 'getAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| coding | MagicNumber | '255' is a magic number. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 514 | |
| design | DesignForExtension | Method 'setAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| misc | FinalParameters | Parameter value should be final. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 526 | |
| design | DesignForExtension | Method 'getAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| coding | MagicNumber | '20' is a magic number. | 529 | |
| coding | MagicNumber | '10' is a magic number. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| design | DesignForExtension | Method 'setAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| misc | FinalParameters | Parameter value should be final. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 552 | |
| design | DesignForExtension | Method 'getWinner' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| coding | MagicNumber | '255' is a magic number. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| design | DesignForExtension | Method 'setWinner' is not designed for extension - needs to be abstract, final or empty. | 568 | |
| misc | FinalParameters | Parameter value should be final. | 568 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| design | DesignForExtension | Method 'getBallotType' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| coding | MagicNumber | '255' is a magic number. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| design | DesignForExtension | Method 'setBallotType' is not designed for extension - needs to be abstract, final or empty. | 594 | |
| misc | FinalParameters | Parameter value should be final. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| coding | MagicNumber | '255' is a magic number. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 618 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 620 | |
| misc | FinalParameters | Parameter value should be final. | 620 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 657 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| coding | MagicNumber | '20' is a magic number. | 660 | |
| coding | MagicNumber | '10' is a magic number. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| javadoc | JavadocMethod | Expected an @return tag. | 681 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 681 | |
| coding | MagicNumber | '20' is a magic number. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| misc | FinalParameters | Parameter value should be final. | 691 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| javadoc | JavadocMethod | Expected an @return tag. | 699 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| coding | MagicNumber | '20' is a magic number. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 707 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 709 | |
| misc | FinalParameters | Parameter value should be final. | 709 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| javadoc | JavadocMethod | Expected an @return tag. | 717 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| coding | MagicNumber | '20' is a magic number. | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| misc | FinalParameters | Parameter value should be final. | 727 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 727 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 733 | |
| javadoc | JavadocMethod | Expected an @return tag. | 735 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 735 | |
| coding | MagicNumber | '20' is a magic number. | 736 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 745 | |
| misc | FinalParameters | Parameter value should be final. | 745 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| javadoc | JavadocMethod | Expected an @return tag. | 753 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 753 | |
| coding | MagicNumber | '20' is a magic number. | 754 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 763 | |
| misc | FinalParameters | Parameter value should be final. | 763 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 769 | |
| javadoc | JavadocMethod | Expected an @return tag. | 771 | |
| design | DesignForExtension | Method 'isApproved' is not designed for extension - needs to be abstract, final or empty. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| design | DesignForExtension | Method 'setApproved' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| misc | FinalParameters | Parameter value should be final. | 781 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 781 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 787 | |
| javadoc | JavadocMethod | Expected an @return tag. | 789 | |
| design | DesignForExtension | Method 'isNoWinner' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 797 | |
| design | DesignForExtension | Method 'setNoWinner' is not designed for extension - needs to be abstract, final or empty. | 799 | |
| misc | FinalParameters | Parameter value should be final. | 799 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 799 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 809 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 811 | |
| coding | MagicNumber | '20' is a magic number. | 812 | |
| coding | MagicNumber | '10' is a magic number. | 812 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 823 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 825 | |
| misc | FinalParameters | Parameter value should be final. | 825 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 835 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| coding | MagicNumber | '20' is a magic number. | 838 | |
| coding | MagicNumber | '10' is a magic number. | 838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 849 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 851 | |
| misc | FinalParameters | Parameter value should be final. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 861 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| coding | MagicNumber | '20' is a magic number. | 864 | |
| coding | MagicNumber | '10' is a magic number. | 864 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 875 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 877 | |
| misc | FinalParameters | Parameter value should be final. | 877 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 887 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 889 | |
| coding | MagicNumber | '20' is a magic number. | 890 | |
| coding | MagicNumber | '10' is a magic number. | 890 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 901 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 903 | |
| misc | FinalParameters | Parameter value should be final. | 903 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 909 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 913 | |
| design | DesignForExtension | Method 'getPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 915 | |
| coding | MagicNumber | '20' is a magic number. | 916 | |
| coding | MagicNumber | '10' is a magic number. | 916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 927 | |
| design | DesignForExtension | Method 'setPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 929 | |
| misc | FinalParameters | Parameter value should be final. | 929 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 933 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 933 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 933 | |
| misc | FinalParameters | Parameter value should be final. | 933 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 938 | |
| design | DesignForExtension | Method 'withCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 938 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 938 | |
| misc | FinalParameters | Parameter value should be final. | 938 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 943 | |
| misc | FinalParameters | Parameter value should be final. | 943 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 948 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 948 | |
| misc | FinalParameters | Parameter value should be final. | 948 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 953 | |
| design | DesignForExtension | Method 'withSubTitle' is not designed for extension - needs to be abstract, final or empty. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 953 | |
| misc | FinalParameters | Parameter value should be final. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 958 | |
| design | DesignForExtension | Method 'withEndNumber' is not designed for extension - needs to be abstract, final or empty. | 958 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 | |
| misc | FinalParameters | Parameter value should be final. | 958 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 963 | |
| misc | FinalParameters | Parameter value should be final. | 963 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 968 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 968 | |
| misc | FinalParameters | Parameter value should be final. | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 973 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 973 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 973 | |
| misc | FinalParameters | Parameter value should be final. | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 978 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 978 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 978 | |
| misc | FinalParameters | Parameter value should be final. | 978 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 983 | |
| design | DesignForExtension | Method 'withDecisionType' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 983 | |
| misc | FinalParameters | Parameter value should be final. | 983 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 988 | |
| design | DesignForExtension | Method 'withAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 988 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 988 | |
| misc | FinalParameters | Parameter value should be final. | 988 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 993 | |
| design | DesignForExtension | Method 'withAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 993 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 993 | |
| misc | FinalParameters | Parameter value should be final. | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 998 | |
| design | DesignForExtension | Method 'withWinner' is not designed for extension - needs to be abstract, final or empty. | 998 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 998 | |
| misc | FinalParameters | Parameter value should be final. | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1003 | |
| design | DesignForExtension | Method 'withBallotType' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1003 | |
| misc | FinalParameters | Parameter value should be final. | 1003 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 1008 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1008 | |
| misc | FinalParameters | Parameter value should be final. | 1008 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1013 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 1013 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1013 | |
| misc | FinalParameters | Parameter value should be final. | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1018 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1018 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1018 | |
| misc | FinalParameters | Parameter value should be final. | 1018 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1023 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1023 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1023 | |
| misc | FinalParameters | Parameter value should be final. | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1028 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1028 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1028 | |
| misc | FinalParameters | Parameter value should be final. | 1028 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1033 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 | |
| misc | FinalParameters | Parameter value should be final. | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1038 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| misc | FinalParameters | Parameter value should be final. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1043 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1048 | |
| design | DesignForExtension | Method 'withApproved' is not designed for extension - needs to be abstract, final or empty. | 1048 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 | |
| misc | FinalParameters | Parameter value should be final. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1053 | |
| design | DesignForExtension | Method 'withNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1053 | |
| misc | FinalParameters | Parameter value should be final. | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1058 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1058 | |
| misc | FinalParameters | Parameter value should be final. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1063 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1063 | |
| misc | FinalParameters | Parameter value should be final. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1068 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1068 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1068 | |
| misc | FinalParameters | Parameter value should be final. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1073 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 | |
| misc | FinalParameters | Parameter value should be final. | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1078 | |
| design | DesignForExtension | Method 'withPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1078 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1078 | |
| misc | FinalParameters | Parameter value should be final. | 1078 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1083 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1090 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1090 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1090 | |
| misc | FinalParameters | Parameter locator should be final. | 1090 | |
| misc | FinalParameters | Parameter buffer should be final. | 1090 | |
| misc | FinalParameters | Parameter strategy should be final. | 1090 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1097 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1097 | |
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 1097 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 | |
| misc | FinalParameters | Parameter locator should be final. | 1097 | |
| misc | FinalParameters | Parameter buffer should be final. | 1097 | |
| misc | FinalParameters | Parameter strategy should be final. | 1097 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1101 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1106 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1108 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1113 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1121 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1126 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1128 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1136 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1141 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1143 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1146 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1153 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1156 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1161 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1163 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1168 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1171 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1173 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1186 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1188 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1191 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1196 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1203 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1206 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1211 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1213 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1223 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1226 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1231 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1236 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1238 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1243 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1251 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1251 | |
| sizes | MethodLength | Method length is 280 lines (max allowed is 150). | 1251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1251 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1251 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1251 | |
| misc | FinalParameters | Parameter object should be final. | 1251 | |
| misc | FinalParameters | Parameter strategy should be final. | 1251 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1252 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1252 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1252 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1258 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1259 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1273 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1277 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1282 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1286 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1295 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1304 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1309 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1318 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1322 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1327 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1331 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1345 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1354 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1363 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1367 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1372 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1376 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1381 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1394 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1399 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1403 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1408 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1412 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1417 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1421 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1426 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1439 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1444 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1448 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1453 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1457 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1462 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1466 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1471 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1475 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1480 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1484 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1489 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1493 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1498 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1507 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1511 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1516 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1520 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1525 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1532 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1532 | |
| misc | FinalParameters | Parameter object should be final. | 1532 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1537 | |
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 1537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1537 | |
| misc | FinalParameters | Parameter locator should be final. | 1537 | |
| misc | FinalParameters | Parameter strategy should be final. | 1537 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1539 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1542 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1544 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1547 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1549 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1552 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1554 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1557 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1559 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1562 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1564 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1567 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1569 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1572 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1574 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1577 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1579 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1582 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1584 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1587 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1589 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1592 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1594 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1597 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1599 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1602 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1604 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1607 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1609 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1612 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1614 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1617 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1619 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1622 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1624 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1627 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1629 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1632 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1634 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1637 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1639 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1642 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1644 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1647 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1649 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1652 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1654 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1657 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1659 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1662 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1664 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1667 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1669 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1672 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1674 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1677 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1679 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1682 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1684 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1687 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1692 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeBallotDecisionSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 87 | |
| coding | MagicNumber | '255' is a magic number. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 101 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocMethod | Expected an @return tag. | 109 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| coding | MagicNumber | '20' is a magic number. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 123 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 128 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 140 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter locator should be final. | 140 | |
| misc | FinalParameters | Parameter buffer should be final. | 140 | |
| misc | FinalParameters | Parameter strategy should be final. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 147 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter locator should be final. | 147 | |
| misc | FinalParameters | Parameter buffer should be final. | 147 | |
| misc | FinalParameters | Parameter strategy should be final. | 147 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 161 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 161 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 161 | |
| misc | FinalParameters | Parameter object should be final. | 161 | |
| misc | FinalParameters | Parameter strategy should be final. | 161 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 162 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 168 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 174 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 183 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter object should be final. | 190 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter locator should be final. | 195 | |
| misc | FinalParameters | Parameter strategy should be final. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 200 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 205 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeDecisionTypeDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 87 | |
| coding | MagicNumber | '255' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 88 | |
| coding | MagicNumber | '255' is a magic number. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 102 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| coding | MagicNumber | '20' is a magic number. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 124 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter value should be final. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 129 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 141 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter locator should be final. | 141 | |
| misc | FinalParameters | Parameter buffer should be final. | 141 | |
| misc | FinalParameters | Parameter strategy should be final. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 148 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter locator should be final. | 148 | |
| misc | FinalParameters | Parameter buffer should be final. | 148 | |
| misc | FinalParameters | Parameter strategy should be final. | 148 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 152 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 162 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 162 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 162 | |
| misc | FinalParameters | Parameter object should be final. | 162 | |
| misc | FinalParameters | Parameter strategy should be final. | 162 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 163 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 184 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter object should be final. | 191 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter locator should be final. | 196 | |
| misc | FinalParameters | Parameter strategy should be final. | 196 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 201 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 206 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeDecisionTypeOrgDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'committeeProposalUrlXml' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 150 | |
| coding | MagicNumber | '255' is a magic number. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 151 | |
| coding | MagicNumber | '20' is a magic number. | 151 | |
| coding | MagicNumber | '10' is a magic number. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 152 | |
| coding | MagicNumber | '20' is a magic number. | 152 | |
| coding | MagicNumber | '10' is a magic number. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter value should be final. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| coding | MagicNumber | '255' is a magic number. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| misc | FinalParameters | Parameter value should be final. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| design | DesignForExtension | Method 'getHeader' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| coding | MagicNumber | '255' is a magic number. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'setHeader' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter value should be final. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'getCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| coding | MagicNumber | '255' is a magic number. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'setCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| misc | FinalParameters | Parameter value should be final. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| coding | MagicNumber | '255' is a magic number. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| misc | FinalParameters | Parameter value should be final. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| design | DesignForExtension | Method 'getEndNumber' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| coding | MagicNumber | '20' is a magic number. | 283 | |
| coding | MagicNumber | '10' is a magic number. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| design | DesignForExtension | Method 'setEndNumber' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| misc | FinalParameters | Parameter value should be final. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| coding | MagicNumber | '255' is a magic number. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| misc | FinalParameters | Parameter value should be final. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| misc | FinalParameters | Parameter value should be final. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| design | DesignForExtension | Method 'getCommitteeProposalUrlXml' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| coding | MagicNumber | '255' is a magic number. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| design | DesignForExtension | Method 'setCommitteeProposalUrlXml' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| misc | FinalParameters | Parameter value should be final. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| design | DesignForExtension | Method 'getDecisionType' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| coding | MagicNumber | '255' is a magic number. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| design | DesignForExtension | Method 'setDecisionType' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| design | DesignForExtension | Method 'getBallotId' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| coding | MagicNumber | '255' is a magic number. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| design | DesignForExtension | Method 'setBallotId' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| misc | FinalParameters | Parameter value should be final. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| design | DesignForExtension | Method 'getAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| coding | MagicNumber | '255' is a magic number. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| design | DesignForExtension | Method 'setAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| misc | FinalParameters | Parameter value should be final. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| design | DesignForExtension | Method 'getAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 492 | |
| coding | MagicNumber | '20' is a magic number. | 493 | |
| coding | MagicNumber | '10' is a magic number. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 504 | |
| design | DesignForExtension | Method 'setAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 506 | |
| misc | FinalParameters | Parameter value should be final. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| design | DesignForExtension | Method 'getWinner' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| coding | MagicNumber | '255' is a magic number. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 530 | |
| design | DesignForExtension | Method 'setWinner' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| misc | FinalParameters | Parameter value should be final. | 532 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 536 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| misc | FinalParameters | Parameter value should be final. | 536 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| misc | FinalParameters | Parameter value should be final. | 541 | |
| design | DesignForExtension | Method 'withHeader' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 546 | |
| misc | FinalParameters | Parameter value should be final. | 546 | |
| design | DesignForExtension | Method 'withCommitteeReport' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| misc | FinalParameters | Parameter value should be final. | 551 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| misc | FinalParameters | Parameter value should be final. | 556 | |
| design | DesignForExtension | Method 'withEndNumber' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| misc | FinalParameters | Parameter value should be final. | 566 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| misc | FinalParameters | Parameter value should be final. | 571 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| misc | FinalParameters | Parameter value should be final. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 581 | |
| design | DesignForExtension | Method 'withCommitteeProposalUrlXml' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| misc | FinalParameters | Parameter value should be final. | 581 | |
| design | DesignForExtension | Method 'withDecisionType' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| misc | FinalParameters | Parameter value should be final. | 586 | |
| design | DesignForExtension | Method 'withBallotId' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 596 | |
| design | DesignForExtension | Method 'withAgainstProposalParties' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| misc | FinalParameters | Parameter value should be final. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 601 | |
| design | DesignForExtension | Method 'withAgainstProposalNumber' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| misc | FinalParameters | Parameter value should be final. | 601 | |
| design | DesignForExtension | Method 'withWinner' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| misc | FinalParameters | Parameter value should be final. | 606 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 618 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 618 | |
| misc | FinalParameters | Parameter locator should be final. | 618 | |
| misc | FinalParameters | Parameter buffer should be final. | 618 | |
| misc | FinalParameters | Parameter strategy should be final. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 625 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| misc | FinalParameters | Parameter locator should be final. | 625 | |
| misc | FinalParameters | Parameter buffer should be final. | 625 | |
| misc | FinalParameters | Parameter strategy should be final. | 625 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 629 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 644 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 654 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 656 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 664 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 669 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 674 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 679 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 684 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 689 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 694 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 704 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 704 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 704 | |
| misc | FinalParameters | Parameter object should be final. | 704 | |
| misc | FinalParameters | Parameter strategy should be final. | 704 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 705 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 705 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 711 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 717 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 726 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 735 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 744 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 753 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 762 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 771 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 789 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 798 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 807 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 816 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 820 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 829 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 834 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 843 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 850 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 850 | |
| misc | FinalParameters | Parameter object should be final. | 850 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 855 | |
| misc | FinalParameters | Parameter locator should be final. | 855 | |
| misc | FinalParameters | Parameter strategy should be final. | 855 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 860 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 862 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 865 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 867 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 870 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 875 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 880 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 882 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 885 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 887 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 890 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 895 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 900 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 902 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 905 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 907 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 910 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 915 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 920 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 922 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 925 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 927 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 930 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 935 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 935 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'issueNummer' must be private and have accessor methods. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| coding | MagicNumber | '255' is a magic number. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getHangarId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| coding | MagicNumber | '20' is a magic number. | 109 | |
| coding | MagicNumber | '10' is a magic number. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setHangarId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'getIssueNummer' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| coding | MagicNumber | '20' is a magic number. | 135 | |
| coding | MagicNumber | '10' is a magic number. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'setIssueNummer' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| misc | FinalParameters | Parameter value should be final. | 148 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 157 | |
| design | DesignForExtension | Method 'withHangarId' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter value should be final. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 162 | |
| design | DesignForExtension | Method 'withIssueNummer' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| misc | FinalParameters | Parameter value should be final. | 162 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 174 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter locator should be final. | 174 | |
| misc | FinalParameters | Parameter buffer should be final. | 174 | |
| misc | FinalParameters | Parameter strategy should be final. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 181 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter locator should be final. | 181 | |
| misc | FinalParameters | Parameter buffer should be final. | 181 | |
| misc | FinalParameters | Parameter strategy should be final. | 181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 182 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 190 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 200 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 200 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 200 | |
| misc | FinalParameters | Parameter object should be final. | 200 | |
| misc | FinalParameters | Parameter strategy should be final. | 200 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 201 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 201 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 213 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 222 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 231 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter object should be final. | 238 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| misc | FinalParameters | Parameter locator should be final. | 243 | |
| misc | FinalParameters | Parameter strategy should be final. | 243 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 248 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 253 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 258 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeDecisionsEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'issueNummer' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'hangarId' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeDecisions_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'committeeProposalUrlXml' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'endNumber' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'winner' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'committeeReport' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'againstProposalNumber' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'header' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'againstProposalParties' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'decisionType' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'ballotId' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'roleId' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'roleCode' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'fromDate' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'toDate' must be private and have accessor methods. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| design | DesignForExtension | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| coding | MagicNumber | '255' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'setDetail' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getRoleCode' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| coding | MagicNumber | '255' is a magic number. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'setRoleCode' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| coding | MagicNumber | '255' is a magic number. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter value should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| coding | MagicNumber | '255' is a magic number. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| misc | FinalParameters | Parameter value should be final. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| misc | FinalParameters | Parameter value should be final. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| coding | MagicNumber | '255' is a magic number. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter value should be final. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| coding | MagicNumber | '255' is a magic number. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| javadoc | JavadocMethod | Expected an @return tag. | 351 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| coding | MagicNumber | '10' is a magic number. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| misc | FinalParameters | Parameter value should be final. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| javadoc | JavadocMethod | Expected an @return tag. | 369 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter value should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 379 | |
| design | DesignForExtension | Method 'withRoleId' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| design | DesignForExtension | Method 'withDetail' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 388 | |
| design | DesignForExtension | Method 'withRoleCode' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| misc | FinalParameters | Parameter value should be final. | 398 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| design | DesignForExtension | Method 'withFromDate' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| misc | FinalParameters | Parameter value should be final. | 408 | |
| design | DesignForExtension | Method 'withToDate' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| design | DesignForExtension | Method 'withPersonId' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter value should be final. | 418 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| misc | FinalParameters | Parameter value should be final. | 423 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| misc | FinalParameters | Parameter value should be final. | 433 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 445 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| misc | FinalParameters | Parameter locator should be final. | 445 | |
| misc | FinalParameters | Parameter buffer should be final. | 445 | |
| misc | FinalParameters | Parameter strategy should be final. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 452 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| misc | FinalParameters | Parameter locator should be final. | 452 | |
| misc | FinalParameters | Parameter buffer should be final. | 452 | |
| misc | FinalParameters | Parameter strategy should be final. | 452 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 453 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 458 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 466 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 471 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 481 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 493 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 511 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 511 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 511 | |
| misc | FinalParameters | Parameter object should be final. | 511 | |
| misc | FinalParameters | Parameter strategy should be final. | 511 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 512 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 512 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 524 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 533 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 542 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 560 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 578 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 587 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 605 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 614 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 621 | |
| misc | FinalParameters | Parameter object should be final. | 621 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| misc | FinalParameters | Parameter locator should be final. | 626 | |
| misc | FinalParameters | Parameter strategy should be final. | 626 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 651 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 656 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 666 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 681 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 686 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenCommitteeRoleMember_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'fromDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'roleId' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'roleCode' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'toDate' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenCommittee_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'currentMemberSize' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 177 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 180 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 186 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 195 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 196 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 211 | |
| coding | MagicNumber | '255' is a magic number. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 212 | |
| coding | MagicNumber | '255' is a magic number. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 213 | |
| coding | MagicNumber | '255' is a magic number. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 214 | |
| coding | MagicNumber | '255' is a magic number. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| misc | FinalParameters | Parameter value should be final. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| coding | MagicNumber | '255' is a magic number. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter value should be final. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| design | DesignForExtension | Method 'getBallotType' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| coding | MagicNumber | '255' is a magic number. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| design | DesignForExtension | Method 'setBallotType' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter value should be final. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| coding | MagicNumber | '255' is a magic number. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| misc | FinalParameters | Parameter value should be final. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| coding | MagicNumber | '20' is a magic number. | 346 | |
| coding | MagicNumber | '10' is a magic number. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| misc | FinalParameters | Parameter value should be final. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| javadoc | JavadocMethod | Expected an @return tag. | 367 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| coding | MagicNumber | '20' is a magic number. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter value should be final. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| javadoc | JavadocMethod | Expected an @return tag. | 385 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| coding | MagicNumber | '20' is a magic number. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| misc | FinalParameters | Parameter value should be final. | 395 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| javadoc | JavadocMethod | Expected an @return tag. | 403 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| coding | MagicNumber | '20' is a magic number. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| javadoc | JavadocMethod | Expected an @return tag. | 421 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| coding | MagicNumber | '20' is a magic number. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| misc | FinalParameters | Parameter value should be final. | 431 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| javadoc | JavadocMethod | Expected an @return tag. | 439 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| coding | MagicNumber | '20' is a magic number. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| misc | FinalParameters | Parameter value should be final. | 449 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| javadoc | JavadocMethod | Expected an @return tag. | 457 | |
| design | DesignForExtension | Method 'isApproved' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| design | DesignForExtension | Method 'setApproved' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| misc | FinalParameters | Parameter value should be final. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| javadoc | JavadocMethod | Expected an @return tag. | 475 | |
| design | DesignForExtension | Method 'isNoWinner' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| design | DesignForExtension | Method 'setNoWinner' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| misc | FinalParameters | Parameter value should be final. | 485 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| coding | MagicNumber | '20' is a magic number. | 498 | |
| coding | MagicNumber | '10' is a magic number. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| misc | FinalParameters | Parameter value should be final. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| coding | MagicNumber | '20' is a magic number. | 524 | |
| coding | MagicNumber | '10' is a magic number. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| misc | FinalParameters | Parameter value should be final. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 549 | |
| coding | MagicNumber | '20' is a magic number. | 550 | |
| coding | MagicNumber | '10' is a magic number. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| misc | FinalParameters | Parameter value should be final. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 573 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| coding | MagicNumber | '20' is a magic number. | 576 | |
| coding | MagicNumber | '10' is a magic number. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| misc | FinalParameters | Parameter value should be final. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| design | DesignForExtension | Method 'getPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| coding | MagicNumber | '20' is a magic number. | 602 | |
| coding | MagicNumber | '10' is a magic number. | 602 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 613 | |
| design | DesignForExtension | Method 'setPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| misc | FinalParameters | Parameter value should be final. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| coding | MagicNumber | '20' is a magic number. | 628 | |
| coding | MagicNumber | '10' is a magic number. | 628 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 639 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 641 | |
| misc | FinalParameters | Parameter value should be final. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| javadoc | JavadocMethod | Expected an @return tag. | 649 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| coding | MagicNumber | '20' is a magic number. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 657 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| misc | FinalParameters | Parameter value should be final. | 659 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 665 | |
| javadoc | JavadocMethod | Expected an @return tag. | 667 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| coding | MagicNumber | '20' is a magic number. | 668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| misc | FinalParameters | Parameter value should be final. | 677 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| javadoc | JavadocMethod | Expected an @return tag. | 685 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| coding | MagicNumber | '20' is a magic number. | 686 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 695 | |
| misc | FinalParameters | Parameter value should be final. | 695 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| javadoc | JavadocMethod | Expected an @return tag. | 703 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| coding | MagicNumber | '20' is a magic number. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 713 | |
| misc | FinalParameters | Parameter value should be final. | 713 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 719 | |
| javadoc | JavadocMethod | Expected an @return tag. | 721 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 721 | |
| coding | MagicNumber | '20' is a magic number. | 722 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| misc | FinalParameters | Parameter value should be final. | 731 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| javadoc | JavadocMethod | Expected an @return tag. | 739 | |
| design | DesignForExtension | Method 'isPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 747 | |
| design | DesignForExtension | Method 'setPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| misc | FinalParameters | Parameter value should be final. | 749 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 | |
| javadoc | JavadocMethod | Expected an @return tag. | 757 | |
| design | DesignForExtension | Method 'isPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 757 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 765 | |
| design | DesignForExtension | Method 'setPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 767 | |
| misc | FinalParameters | Parameter value should be final. | 767 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 767 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 773 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 777 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 779 | |
| coding | MagicNumber | '20' is a magic number. | 780 | |
| coding | MagicNumber | '10' is a magic number. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 787 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 793 | |
| misc | FinalParameters | Parameter value should be final. | 793 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 799 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 803 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 805 | |
| coding | MagicNumber | '20' is a magic number. | 806 | |
| coding | MagicNumber | '10' is a magic number. | 806 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 813 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 817 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 819 | |
| misc | FinalParameters | Parameter value should be final. | 819 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 825 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 829 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 831 | |
| coding | MagicNumber | '20' is a magic number. | 832 | |
| coding | MagicNumber | '10' is a magic number. | 832 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 839 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 843 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 845 | |
| misc | FinalParameters | Parameter value should be final. | 845 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 855 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 857 | |
| coding | MagicNumber | '20' is a magic number. | 858 | |
| coding | MagicNumber | '10' is a magic number. | 858 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 865 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 869 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 871 | |
| misc | FinalParameters | Parameter value should be final. | 871 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 877 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| design | DesignForExtension | Method 'getPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 883 | |
| coding | MagicNumber | '20' is a magic number. | 884 | |
| coding | MagicNumber | '10' is a magic number. | 884 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 891 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 895 | |
| design | DesignForExtension | Method 'setPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 897 | |
| misc | FinalParameters | Parameter value should be final. | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 901 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 901 | |
| misc | FinalParameters | Parameter value should be final. | 901 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 906 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 906 | |
| misc | FinalParameters | Parameter value should be final. | 906 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 911 | |
| misc | FinalParameters | Parameter value should be final. | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 916 | |
| design | DesignForExtension | Method 'withBallotType' is not designed for extension - needs to be abstract, final or empty. | 916 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 916 | |
| misc | FinalParameters | Parameter value should be final. | 916 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 921 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 921 | |
| misc | FinalParameters | Parameter value should be final. | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 926 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 926 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 926 | |
| misc | FinalParameters | Parameter value should be final. | 926 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 931 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 931 | |
| misc | FinalParameters | Parameter value should be final. | 931 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 936 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 936 | |
| misc | FinalParameters | Parameter value should be final. | 936 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 941 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 941 | |
| misc | FinalParameters | Parameter value should be final. | 941 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 946 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 946 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 946 | |
| misc | FinalParameters | Parameter value should be final. | 946 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 951 | |
| misc | FinalParameters | Parameter value should be final. | 951 | |
| design | DesignForExtension | Method 'withApproved' is not designed for extension - needs to be abstract, final or empty. | 956 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 956 | |
| misc | FinalParameters | Parameter value should be final. | 956 | |
| design | DesignForExtension | Method 'withNoWinner' is not designed for extension - needs to be abstract, final or empty. | 961 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 961 | |
| misc | FinalParameters | Parameter value should be final. | 961 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 966 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 966 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 966 | |
| misc | FinalParameters | Parameter value should be final. | 966 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 971 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 971 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 971 | |
| misc | FinalParameters | Parameter value should be final. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 976 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 976 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 976 | |
| misc | FinalParameters | Parameter value should be final. | 976 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 981 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 981 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 981 | |
| misc | FinalParameters | Parameter value should be final. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 986 | |
| design | DesignForExtension | Method 'withPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 986 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 986 | |
| misc | FinalParameters | Parameter value should be final. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 991 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 991 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 991 | |
| misc | FinalParameters | Parameter value should be final. | 991 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 996 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 996 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 996 | |
| misc | FinalParameters | Parameter value should be final. | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1001 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1001 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1001 | |
| misc | FinalParameters | Parameter value should be final. | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1006 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1006 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1006 | |
| misc | FinalParameters | Parameter value should be final. | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1011 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1011 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1011 | |
| misc | FinalParameters | Parameter value should be final. | 1011 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1016 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1016 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1016 | |
| misc | FinalParameters | Parameter value should be final. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1021 | |
| design | DesignForExtension | Method 'withPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1021 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1021 | |
| misc | FinalParameters | Parameter value should be final. | 1021 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1026 | |
| design | DesignForExtension | Method 'withPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1026 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1026 | |
| misc | FinalParameters | Parameter value should be final. | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1031 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1031 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1031 | |
| misc | FinalParameters | Parameter value should be final. | 1031 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1036 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1036 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1036 | |
| misc | FinalParameters | Parameter value should be final. | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1041 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1041 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1041 | |
| misc | FinalParameters | Parameter value should be final. | 1041 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1046 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1046 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1046 | |
| misc | FinalParameters | Parameter value should be final. | 1046 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1051 | |
| design | DesignForExtension | Method 'withPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1051 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1051 | |
| misc | FinalParameters | Parameter value should be final. | 1051 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1056 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1063 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1063 | |
| misc | FinalParameters | Parameter locator should be final. | 1063 | |
| misc | FinalParameters | Parameter buffer should be final. | 1063 | |
| misc | FinalParameters | Parameter strategy should be final. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1070 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1070 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 1070 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1070 | |
| misc | FinalParameters | Parameter locator should be final. | 1070 | |
| misc | FinalParameters | Parameter buffer should be final. | 1070 | |
| misc | FinalParameters | Parameter strategy should be final. | 1070 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1071 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1074 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1076 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1079 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1081 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1086 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1089 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1091 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1096 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1099 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1101 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1104 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1109 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1111 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1116 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1119 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1121 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1124 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1126 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1129 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1131 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1134 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1136 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1139 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1141 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1144 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1146 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1149 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1151 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1156 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1159 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1161 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1164 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1166 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1171 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1174 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1176 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1179 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1181 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1184 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1186 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1194 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1196 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1199 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1204 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1206 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1211 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1216 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1219 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1221 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1224 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1229 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1229 | |
| sizes | MethodLength | Method length is 289 lines (max allowed is 150). | 1229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1229 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1229 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1229 | |
| misc | FinalParameters | Parameter object should be final. | 1229 | |
| misc | FinalParameters | Parameter strategy should be final. | 1229 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1230 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1230 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1230 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1236 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1237 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1242 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1255 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1260 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1264 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1269 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1278 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1282 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1287 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1291 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1300 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1309 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1314 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1318 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1323 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1327 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1332 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1345 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1350 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1354 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1359 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1368 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1372 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1377 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1381 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1386 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1390 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1399 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1404 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1408 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1413 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1422 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1426 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1431 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1435 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1444 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1449 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1453 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1458 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1462 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1467 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1471 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1485 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1489 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1494 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1498 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1503 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1512 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1519 | |
| misc | FinalParameters | Parameter object should be final. | 1519 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1524 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 1524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1524 | |
| misc | FinalParameters | Parameter locator should be final. | 1524 | |
| misc | FinalParameters | Parameter strategy should be final. | 1524 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1526 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1529 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1531 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1534 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1536 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1539 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1544 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1546 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1549 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1551 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1554 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1556 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1559 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1561 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1566 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1571 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1574 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1576 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1579 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1581 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1584 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1586 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1589 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1591 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1594 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1596 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1599 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1601 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1604 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1606 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1609 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1611 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1614 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1616 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1619 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1624 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1626 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1629 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1631 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1634 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1636 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1639 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1641 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1644 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1646 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1649 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1651 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1654 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1656 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1659 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1661 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1664 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1666 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1669 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1671 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1674 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1676 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1679 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1684 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 209 | |
| coding | MagicNumber | '255' is a magic number. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 223 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter value should be final. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| coding | MagicNumber | '20' is a magic number. | 236 | |
| coding | MagicNumber | '10' is a magic number. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter value should be final. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| coding | MagicNumber | '20' is a magic number. | 262 | |
| coding | MagicNumber | '10' is a magic number. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| misc | FinalParameters | Parameter value should be final. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| coding | MagicNumber | '20' is a magic number. | 288 | |
| coding | MagicNumber | '10' is a magic number. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| misc | FinalParameters | Parameter value should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| coding | MagicNumber | '20' is a magic number. | 314 | |
| coding | MagicNumber | '10' is a magic number. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| coding | MagicNumber | '20' is a magic number. | 340 | |
| coding | MagicNumber | '10' is a magic number. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| misc | FinalParameters | Parameter value should be final. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| coding | MagicNumber | '20' is a magic number. | 366 | |
| coding | MagicNumber | '10' is a magic number. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter value should be final. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| coding | MagicNumber | '20' is a magic number. | 392 | |
| coding | MagicNumber | '10' is a magic number. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter value should be final. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| coding | MagicNumber | '20' is a magic number. | 418 | |
| coding | MagicNumber | '10' is a magic number. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| misc | FinalParameters | Parameter value should be final. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| coding | MagicNumber | '20' is a magic number. | 444 | |
| coding | MagicNumber | '10' is a magic number. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| misc | FinalParameters | Parameter value should be final. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| coding | MagicNumber | '20' is a magic number. | 470 | |
| coding | MagicNumber | '10' is a magic number. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| misc | FinalParameters | Parameter value should be final. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| coding | MagicNumber | '20' is a magic number. | 496 | |
| coding | MagicNumber | '10' is a magic number. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| misc | FinalParameters | Parameter value should be final. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| coding | MagicNumber | '20' is a magic number. | 522 | |
| coding | MagicNumber | '10' is a magic number. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| misc | FinalParameters | Parameter value should be final. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 547 | |
| coding | MagicNumber | '20' is a magic number. | 548 | |
| coding | MagicNumber | '10' is a magic number. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| coding | MagicNumber | '20' is a magic number. | 574 | |
| coding | MagicNumber | '10' is a magic number. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| misc | FinalParameters | Parameter value should be final. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| coding | MagicNumber | '20' is a magic number. | 600 | |
| coding | MagicNumber | '10' is a magic number. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| misc | FinalParameters | Parameter value should be final. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| coding | MagicNumber | '20' is a magic number. | 626 | |
| coding | MagicNumber | '10' is a magic number. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| misc | FinalParameters | Parameter value should be final. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| coding | MagicNumber | '20' is a magic number. | 652 | |
| coding | MagicNumber | '10' is a magic number. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| misc | FinalParameters | Parameter value should be final. | 665 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| coding | MagicNumber | '20' is a magic number. | 678 | |
| coding | MagicNumber | '10' is a magic number. | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| misc | FinalParameters | Parameter value should be final. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| coding | MagicNumber | '20' is a magic number. | 704 | |
| coding | MagicNumber | '10' is a magic number. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 727 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 729 | |
| coding | MagicNumber | '20' is a magic number. | 730 | |
| coding | MagicNumber | '10' is a magic number. | 730 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| misc | FinalParameters | Parameter value should be final. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| coding | MagicNumber | '20' is a magic number. | 756 | |
| coding | MagicNumber | '10' is a magic number. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| misc | FinalParameters | Parameter value should be final. | 769 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 775 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| coding | MagicNumber | '20' is a magic number. | 782 | |
| coding | MagicNumber | '10' is a magic number. | 782 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| misc | FinalParameters | Parameter value should be final. | 795 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 807 | |
| coding | MagicNumber | '20' is a magic number. | 808 | |
| coding | MagicNumber | '10' is a magic number. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| misc | FinalParameters | Parameter value should be final. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| coding | MagicNumber | '20' is a magic number. | 834 | |
| coding | MagicNumber | '10' is a magic number. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| misc | FinalParameters | Parameter value should be final. | 847 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 859 | |
| coding | MagicNumber | '20' is a magic number. | 860 | |
| coding | MagicNumber | '10' is a magic number. | 860 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 885 | |
| coding | MagicNumber | '20' is a magic number. | 886 | |
| coding | MagicNumber | '10' is a magic number. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| misc | FinalParameters | Parameter value should be final. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 909 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| coding | MagicNumber | '20' is a magic number. | 912 | |
| coding | MagicNumber | '10' is a magic number. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| misc | FinalParameters | Parameter value should be final. | 925 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 931 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 935 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 937 | |
| coding | MagicNumber | '20' is a magic number. | 938 | |
| coding | MagicNumber | '10' is a magic number. | 938 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| misc | FinalParameters | Parameter value should be final. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 961 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| coding | MagicNumber | '20' is a magic number. | 964 | |
| coding | MagicNumber | '10' is a magic number. | 964 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| misc | FinalParameters | Parameter value should be final. | 977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 983 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 987 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 989 | |
| coding | MagicNumber | '20' is a magic number. | 990 | |
| coding | MagicNumber | '10' is a magic number. | 990 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| misc | FinalParameters | Parameter value should be final. | 1003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1009 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1013 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1015 | |
| coding | MagicNumber | '20' is a magic number. | 1016 | |
| coding | MagicNumber | '10' is a magic number. | 1016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| misc | FinalParameters | Parameter value should be final. | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1033 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1033 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 | |
| misc | FinalParameters | Parameter value should be final. | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1038 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| misc | FinalParameters | Parameter value should be final. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1043 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1048 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1048 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 | |
| misc | FinalParameters | Parameter value should be final. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1053 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1053 | |
| misc | FinalParameters | Parameter value should be final. | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1058 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1058 | |
| misc | FinalParameters | Parameter value should be final. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1063 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1063 | |
| misc | FinalParameters | Parameter value should be final. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1068 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1068 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1068 | |
| misc | FinalParameters | Parameter value should be final. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1073 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 | |
| misc | FinalParameters | Parameter value should be final. | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1078 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1078 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1078 | |
| misc | FinalParameters | Parameter value should be final. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1083 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1083 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| misc | FinalParameters | Parameter value should be final. | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1088 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1088 | |
| misc | FinalParameters | Parameter value should be final. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1093 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1093 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1093 | |
| misc | FinalParameters | Parameter value should be final. | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1098 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1098 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1098 | |
| misc | FinalParameters | Parameter value should be final. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1103 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1103 | |
| misc | FinalParameters | Parameter value should be final. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1108 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1108 | |
| misc | FinalParameters | Parameter value should be final. | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1113 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1113 | |
| misc | FinalParameters | Parameter value should be final. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1118 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1118 | |
| misc | FinalParameters | Parameter value should be final. | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1123 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1123 | |
| misc | FinalParameters | Parameter value should be final. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1128 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| misc | FinalParameters | Parameter value should be final. | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1133 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1133 | |
| misc | FinalParameters | Parameter value should be final. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1138 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1138 | |
| misc | FinalParameters | Parameter value should be final. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1143 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1143 | |
| misc | FinalParameters | Parameter value should be final. | 1143 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1148 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1148 | |
| misc | FinalParameters | Parameter value should be final. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1153 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1153 | |
| misc | FinalParameters | Parameter value should be final. | 1153 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1158 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1158 | |
| misc | FinalParameters | Parameter value should be final. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1163 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1163 | |
| misc | FinalParameters | Parameter value should be final. | 1163 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1168 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1168 | |
| misc | FinalParameters | Parameter value should be final. | 1168 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1173 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1173 | |
| misc | FinalParameters | Parameter value should be final. | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1178 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1178 | |
| misc | FinalParameters | Parameter value should be final. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1183 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1183 | |
| misc | FinalParameters | Parameter value should be final. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1188 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1188 | |
| misc | FinalParameters | Parameter value should be final. | 1188 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1200 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1200 | |
| misc | FinalParameters | Parameter locator should be final. | 1200 | |
| misc | FinalParameters | Parameter buffer should be final. | 1200 | |
| misc | FinalParameters | Parameter strategy should be final. | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1207 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1207 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 1207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1207 | |
| misc | FinalParameters | Parameter locator should be final. | 1207 | |
| misc | FinalParameters | Parameter buffer should be final. | 1207 | |
| misc | FinalParameters | Parameter strategy should be final. | 1207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1211 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1223 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1231 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1236 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1238 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1243 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1248 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1258 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1266 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1271 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1276 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1278 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1281 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1283 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1288 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1298 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1306 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1318 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1321 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1323 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1328 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1333 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1346 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1348 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1353 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1356 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1361 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1366 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1371 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1371 | |
| sizes | MethodLength | Method length is 298 lines (max allowed is 150). | 1371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1371 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1371 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1371 | |
| misc | FinalParameters | Parameter object should be final. | 1371 | |
| misc | FinalParameters | Parameter strategy should be final. | 1371 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1372 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1372 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1372 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1378 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1379 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1384 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1388 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1393 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1397 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1402 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1406 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1411 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1424 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1429 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1438 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1447 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1456 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1474 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1478 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1492 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1496 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1514 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1519 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1523 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1528 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1537 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1555 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1559 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1568 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1573 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1577 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1582 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1586 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1595 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1600 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1604 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1609 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1613 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1618 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1622 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1627 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1631 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1640 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1645 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1649 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1654 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1658 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1663 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1670 | |
| misc | FinalParameters | Parameter object should be final. | 1670 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1675 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 1675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1675 | |
| misc | FinalParameters | Parameter locator should be final. | 1675 | |
| misc | FinalParameters | Parameter strategy should be final. | 1675 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1677 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1680 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1685 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1690 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1692 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1695 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1697 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1700 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1702 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1705 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1707 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1710 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1712 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1715 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1717 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1720 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1725 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1727 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1730 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1732 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1735 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1737 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1740 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1750 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1752 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1755 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1757 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1762 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1767 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1772 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1777 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1782 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1787 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1792 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1797 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1802 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1817 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1822 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1827 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1832 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1835 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1840 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1840 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPartySummaryAnnual_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,137 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| design | VisibilityModifier | Variable 'avgTotalVotes' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'avgYesVotes' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'avgNoVotes' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'avgAbstainVotes' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'avgAbsentVotes' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 233 | |
| coding | MagicNumber | '255' is a magic number. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 247 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter value should be final. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| coding | MagicNumber | '20' is a magic number. | 260 | |
| coding | MagicNumber | '10' is a magic number. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| coding | MagicNumber | '20' is a magic number. | 286 | |
| coding | MagicNumber | '10' is a magic number. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| misc | FinalParameters | Parameter value should be final. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| coding | MagicNumber | '20' is a magic number. | 312 | |
| coding | MagicNumber | '10' is a magic number. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| misc | FinalParameters | Parameter value should be final. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| javadoc | JavadocMethod | Expected an @return tag. | 333 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| coding | MagicNumber | '20' is a magic number. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| coding | MagicNumber | '20' is a magic number. | 356 | |
| coding | MagicNumber | '10' is a magic number. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| misc | FinalParameters | Parameter value should be final. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| coding | MagicNumber | '20' is a magic number. | 382 | |
| coding | MagicNumber | '10' is a magic number. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| misc | FinalParameters | Parameter value should be final. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| javadoc | JavadocMethod | Expected an @return tag. | 403 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| coding | MagicNumber | '20' is a magic number. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| coding | MagicNumber | '20' is a magic number. | 426 | |
| coding | MagicNumber | '10' is a magic number. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| misc | FinalParameters | Parameter value should be final. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| coding | MagicNumber | '20' is a magic number. | 452 | |
| coding | MagicNumber | '10' is a magic number. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| coding | MagicNumber | '20' is a magic number. | 478 | |
| coding | MagicNumber | '10' is a magic number. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| misc | FinalParameters | Parameter value should be final. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| coding | MagicNumber | '20' is a magic number. | 504 | |
| coding | MagicNumber | '10' is a magic number. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| misc | FinalParameters | Parameter value should be final. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| coding | MagicNumber | '20' is a magic number. | 530 | |
| coding | MagicNumber | '10' is a magic number. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| misc | FinalParameters | Parameter value should be final. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| design | DesignForExtension | Method 'getPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| coding | MagicNumber | '20' is a magic number. | 556 | |
| coding | MagicNumber | '10' is a magic number. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| design | DesignForExtension | Method 'setPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| misc | FinalParameters | Parameter value should be final. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 579 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| coding | MagicNumber | '20' is a magic number. | 582 | |
| coding | MagicNumber | '10' is a magic number. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| misc | FinalParameters | Parameter value should be final. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 607 | |
| coding | MagicNumber | '20' is a magic number. | 608 | |
| coding | MagicNumber | '10' is a magic number. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| misc | FinalParameters | Parameter value should be final. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| coding | MagicNumber | '20' is a magic number. | 634 | |
| coding | MagicNumber | '10' is a magic number. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 657 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| coding | MagicNumber | '20' is a magic number. | 660 | |
| coding | MagicNumber | '10' is a magic number. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 685 | |
| coding | MagicNumber | '20' is a magic number. | 686 | |
| coding | MagicNumber | '10' is a magic number. | 686 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| misc | FinalParameters | Parameter value should be final. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 709 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| coding | MagicNumber | '20' is a magic number. | 712 | |
| coding | MagicNumber | '10' is a magic number. | 712 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| misc | FinalParameters | Parameter value should be final. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 735 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| coding | MagicNumber | '20' is a magic number. | 738 | |
| coding | MagicNumber | '10' is a magic number. | 738 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 749 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 751 | |
| misc | FinalParameters | Parameter value should be final. | 751 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 757 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 763 | |
| coding | MagicNumber | '20' is a magic number. | 764 | |
| coding | MagicNumber | '10' is a magic number. | 764 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 775 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 777 | |
| misc | FinalParameters | Parameter value should be final. | 777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 787 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| coding | MagicNumber | '20' is a magic number. | 790 | |
| coding | MagicNumber | '10' is a magic number. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 797 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 801 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 803 | |
| misc | FinalParameters | Parameter value should be final. | 803 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 813 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 815 | |
| coding | MagicNumber | '20' is a magic number. | 816 | |
| coding | MagicNumber | '10' is a magic number. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 823 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 829 | |
| misc | FinalParameters | Parameter value should be final. | 829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 839 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 841 | |
| coding | MagicNumber | '20' is a magic number. | 842 | |
| coding | MagicNumber | '10' is a magic number. | 842 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 849 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 855 | |
| misc | FinalParameters | Parameter value should be final. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 861 | |
| javadoc | JavadocMethod | Expected an @return tag. | 863 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| coding | MagicNumber | '20' is a magic number. | 864 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 885 | |
| coding | MagicNumber | '20' is a magic number. | 886 | |
| coding | MagicNumber | '10' is a magic number. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| misc | FinalParameters | Parameter value should be final. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 905 | |
| javadoc | JavadocMethod | Expected an @return tag. | 907 | |
| design | DesignForExtension | Method 'getAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 907 | |
| coding | MagicNumber | '20' is a magic number. | 908 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 915 | |
| design | DesignForExtension | Method 'setAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 917 | |
| misc | FinalParameters | Parameter value should be final. | 917 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 927 | |
| design | DesignForExtension | Method 'getAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 929 | |
| coding | MagicNumber | '20' is a magic number. | 930 | |
| coding | MagicNumber | '10' is a magic number. | 930 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 941 | |
| design | DesignForExtension | Method 'setAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| misc | FinalParameters | Parameter value should be final. | 943 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 953 | |
| design | DesignForExtension | Method 'getAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 955 | |
| coding | MagicNumber | '20' is a magic number. | 956 | |
| coding | MagicNumber | '10' is a magic number. | 956 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 963 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 967 | |
| design | DesignForExtension | Method 'setAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 969 | |
| misc | FinalParameters | Parameter value should be final. | 969 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 979 | |
| design | DesignForExtension | Method 'getAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 981 | |
| coding | MagicNumber | '20' is a magic number. | 982 | |
| coding | MagicNumber | '10' is a magic number. | 982 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 993 | |
| design | DesignForExtension | Method 'setAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 995 | |
| misc | FinalParameters | Parameter value should be final. | 995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1005 | |
| design | DesignForExtension | Method 'getAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1007 | |
| coding | MagicNumber | '20' is a magic number. | 1008 | |
| coding | MagicNumber | '10' is a magic number. | 1008 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1015 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1019 | |
| design | DesignForExtension | Method 'setAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1021 | |
| misc | FinalParameters | Parameter value should be final. | 1021 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1031 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1033 | |
| coding | MagicNumber | '20' is a magic number. | 1034 | |
| coding | MagicNumber | '10' is a magic number. | 1034 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1045 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1047 | |
| misc | FinalParameters | Parameter value should be final. | 1047 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1057 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1059 | |
| coding | MagicNumber | '20' is a magic number. | 1060 | |
| coding | MagicNumber | '10' is a magic number. | 1060 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1071 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| misc | FinalParameters | Parameter value should be final. | 1073 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1083 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1085 | |
| coding | MagicNumber | '20' is a magic number. | 1086 | |
| coding | MagicNumber | '10' is a magic number. | 1086 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1093 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1097 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1099 | |
| misc | FinalParameters | Parameter value should be final. | 1099 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1109 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1111 | |
| coding | MagicNumber | '20' is a magic number. | 1112 | |
| coding | MagicNumber | '10' is a magic number. | 1112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1123 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1125 | |
| misc | FinalParameters | Parameter value should be final. | 1125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1135 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1137 | |
| coding | MagicNumber | '20' is a magic number. | 1138 | |
| coding | MagicNumber | '10' is a magic number. | 1138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1149 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1151 | |
| misc | FinalParameters | Parameter value should be final. | 1151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1161 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1163 | |
| coding | MagicNumber | '20' is a magic number. | 1164 | |
| coding | MagicNumber | '10' is a magic number. | 1164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1175 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1177 | |
| misc | FinalParameters | Parameter value should be final. | 1177 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1181 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1181 | |
| misc | FinalParameters | Parameter value should be final. | 1181 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1186 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1186 | |
| misc | FinalParameters | Parameter value should be final. | 1186 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1191 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1191 | |
| misc | FinalParameters | Parameter value should be final. | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1196 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1196 | |
| misc | FinalParameters | Parameter value should be final. | 1196 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1201 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1201 | |
| misc | FinalParameters | Parameter value should be final. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1206 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1206 | |
| misc | FinalParameters | Parameter value should be final. | 1206 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1211 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1211 | |
| misc | FinalParameters | Parameter value should be final. | 1211 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1216 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1216 | |
| misc | FinalParameters | Parameter value should be final. | 1216 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1221 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1221 | |
| misc | FinalParameters | Parameter value should be final. | 1221 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1226 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1226 | |
| misc | FinalParameters | Parameter value should be final. | 1226 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1231 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1231 | |
| misc | FinalParameters | Parameter value should be final. | 1231 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1236 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1236 | |
| misc | FinalParameters | Parameter value should be final. | 1236 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1241 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1241 | |
| misc | FinalParameters | Parameter value should be final. | 1241 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1246 | |
| design | DesignForExtension | Method 'withPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 1246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1246 | |
| misc | FinalParameters | Parameter value should be final. | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1251 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1251 | |
| misc | FinalParameters | Parameter value should be final. | 1251 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1256 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1256 | |
| misc | FinalParameters | Parameter value should be final. | 1256 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1261 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1261 | |
| misc | FinalParameters | Parameter value should be final. | 1261 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1266 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1266 | |
| misc | FinalParameters | Parameter value should be final. | 1266 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1271 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1271 | |
| misc | FinalParameters | Parameter value should be final. | 1271 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1276 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1276 | |
| misc | FinalParameters | Parameter value should be final. | 1276 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1281 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1281 | |
| misc | FinalParameters | Parameter value should be final. | 1281 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1286 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1286 | |
| misc | FinalParameters | Parameter value should be final. | 1286 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1291 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1291 | |
| misc | FinalParameters | Parameter value should be final. | 1291 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1296 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1296 | |
| misc | FinalParameters | Parameter value should be final. | 1296 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1301 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1301 | |
| misc | FinalParameters | Parameter value should be final. | 1301 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1306 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1306 | |
| misc | FinalParameters | Parameter value should be final. | 1306 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1311 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1311 | |
| misc | FinalParameters | Parameter value should be final. | 1311 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1316 | |
| design | DesignForExtension | Method 'withAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1316 | |
| misc | FinalParameters | Parameter value should be final. | 1316 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1321 | |
| design | DesignForExtension | Method 'withAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1321 | |
| misc | FinalParameters | Parameter value should be final. | 1321 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1326 | |
| design | DesignForExtension | Method 'withAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1326 | |
| misc | FinalParameters | Parameter value should be final. | 1326 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1331 | |
| design | DesignForExtension | Method 'withAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1331 | |
| misc | FinalParameters | Parameter value should be final. | 1331 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1336 | |
| design | DesignForExtension | Method 'withAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1336 | |
| misc | FinalParameters | Parameter value should be final. | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1341 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1341 | |
| misc | FinalParameters | Parameter value should be final. | 1341 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1346 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1346 | |
| misc | FinalParameters | Parameter value should be final. | 1346 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1351 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1351 | |
| misc | FinalParameters | Parameter value should be final. | 1351 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1356 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1356 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1356 | |
| misc | FinalParameters | Parameter value should be final. | 1356 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1361 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1361 | |
| misc | FinalParameters | Parameter value should be final. | 1361 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1366 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1366 | |
| misc | FinalParameters | Parameter value should be final. | 1366 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1371 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1378 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1378 | |
| misc | FinalParameters | Parameter locator should be final. | 1378 | |
| misc | FinalParameters | Parameter buffer should be final. | 1378 | |
| misc | FinalParameters | Parameter strategy should be final. | 1378 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1385 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1385 | |
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 1385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1385 | |
| misc | FinalParameters | Parameter locator should be final. | 1385 | |
| misc | FinalParameters | Parameter buffer should be final. | 1385 | |
| misc | FinalParameters | Parameter strategy should be final. | 1385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1386 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1389 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1391 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1394 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1396 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1399 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1401 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1406 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1409 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1411 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1414 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1416 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1419 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1421 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1424 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1426 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1429 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1431 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1434 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1436 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1439 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1441 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1444 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1446 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1449 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1454 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1456 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1459 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1461 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1464 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1466 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1469 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1471 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1474 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1476 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1479 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1481 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1484 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1486 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1489 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1491 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1494 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1496 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1499 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1501 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1504 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1506 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1509 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1511 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1514 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1516 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1519 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1521 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1524 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1526 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1529 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1531 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1534 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1536 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1539 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1544 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1546 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1549 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1551 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1554 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1556 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1559 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1561 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1566 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1571 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1574 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1579 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1579 | |
| sizes | MethodLength | Method length is 352 lines (max allowed is 150). | 1579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1579 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1579 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1579 | |
| misc | FinalParameters | Parameter object should be final. | 1579 | |
| misc | FinalParameters | Parameter strategy should be final. | 1579 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1580 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1580 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1580 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1587 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1592 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1596 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1601 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1610 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1614 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1619 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1623 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1628 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1632 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1637 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1641 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1650 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1655 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1659 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1664 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1668 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1673 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1677 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1682 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1686 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1691 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1695 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1700 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1704 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1709 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1713 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1718 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1727 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1731 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1736 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1740 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1749 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1754 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1758 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1763 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1767 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1772 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1776 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1781 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1785 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1794 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1799 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1803 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1808 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1817 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1821 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1826 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1830 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1835 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1839 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1844 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1848 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1853 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1857 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1862 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1866 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1871 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1875 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1880 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1884 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1889 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1893 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1898 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1902 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1907 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1911 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1916 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1920 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1925 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1932 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1932 | |
| misc | FinalParameters | Parameter object should be final. | 1932 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1937 | |
| sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 1937 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1937 | |
| misc | FinalParameters | Parameter locator should be final. | 1937 | |
| misc | FinalParameters | Parameter strategy should be final. | 1937 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1939 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1942 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1944 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1947 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1949 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1952 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1954 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1957 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1959 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1962 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1964 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1967 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1969 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1972 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1974 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1977 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1979 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1982 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1984 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1987 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1989 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1992 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1994 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1997 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1999 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2002 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2004 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2007 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2009 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2012 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2014 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2017 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2019 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2022 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2024 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2027 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2029 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2032 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2034 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2037 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2039 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2042 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2044 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2047 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2049 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2052 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2054 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2057 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2059 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2064 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2067 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2069 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2074 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2077 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2079 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2082 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2084 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2087 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2089 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2092 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2094 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2097 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2099 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2102 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2104 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2109 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 2112 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2114 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 2117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2119 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2122 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2124 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2127 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPartySummaryDaily_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'avgYesVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'avgTotalVotes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgAbsentVotes' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'avgNoVotes' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'avgAbstainVotes' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 209 | |
| coding | MagicNumber | '255' is a magic number. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 223 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter value should be final. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| coding | MagicNumber | '20' is a magic number. | 236 | |
| coding | MagicNumber | '10' is a magic number. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter value should be final. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| coding | MagicNumber | '20' is a magic number. | 262 | |
| coding | MagicNumber | '10' is a magic number. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| misc | FinalParameters | Parameter value should be final. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| coding | MagicNumber | '20' is a magic number. | 288 | |
| coding | MagicNumber | '10' is a magic number. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| misc | FinalParameters | Parameter value should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| coding | MagicNumber | '20' is a magic number. | 314 | |
| coding | MagicNumber | '10' is a magic number. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| coding | MagicNumber | '20' is a magic number. | 340 | |
| coding | MagicNumber | '10' is a magic number. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| misc | FinalParameters | Parameter value should be final. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| coding | MagicNumber | '20' is a magic number. | 366 | |
| coding | MagicNumber | '10' is a magic number. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter value should be final. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| coding | MagicNumber | '20' is a magic number. | 392 | |
| coding | MagicNumber | '10' is a magic number. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter value should be final. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| coding | MagicNumber | '20' is a magic number. | 418 | |
| coding | MagicNumber | '10' is a magic number. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| misc | FinalParameters | Parameter value should be final. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| coding | MagicNumber | '20' is a magic number. | 444 | |
| coding | MagicNumber | '10' is a magic number. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| misc | FinalParameters | Parameter value should be final. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| coding | MagicNumber | '20' is a magic number. | 470 | |
| coding | MagicNumber | '10' is a magic number. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| misc | FinalParameters | Parameter value should be final. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| coding | MagicNumber | '20' is a magic number. | 496 | |
| coding | MagicNumber | '10' is a magic number. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| misc | FinalParameters | Parameter value should be final. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| coding | MagicNumber | '20' is a magic number. | 522 | |
| coding | MagicNumber | '10' is a magic number. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| misc | FinalParameters | Parameter value should be final. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 547 | |
| coding | MagicNumber | '20' is a magic number. | 548 | |
| coding | MagicNumber | '10' is a magic number. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| coding | MagicNumber | '20' is a magic number. | 574 | |
| coding | MagicNumber | '10' is a magic number. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| misc | FinalParameters | Parameter value should be final. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| coding | MagicNumber | '20' is a magic number. | 600 | |
| coding | MagicNumber | '10' is a magic number. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| misc | FinalParameters | Parameter value should be final. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| coding | MagicNumber | '20' is a magic number. | 626 | |
| coding | MagicNumber | '10' is a magic number. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| misc | FinalParameters | Parameter value should be final. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| coding | MagicNumber | '20' is a magic number. | 652 | |
| coding | MagicNumber | '10' is a magic number. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| misc | FinalParameters | Parameter value should be final. | 665 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| coding | MagicNumber | '20' is a magic number. | 678 | |
| coding | MagicNumber | '10' is a magic number. | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| misc | FinalParameters | Parameter value should be final. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| coding | MagicNumber | '20' is a magic number. | 704 | |
| coding | MagicNumber | '10' is a magic number. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 727 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 729 | |
| coding | MagicNumber | '20' is a magic number. | 730 | |
| coding | MagicNumber | '10' is a magic number. | 730 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| misc | FinalParameters | Parameter value should be final. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| coding | MagicNumber | '20' is a magic number. | 756 | |
| coding | MagicNumber | '10' is a magic number. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| misc | FinalParameters | Parameter value should be final. | 769 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 775 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| coding | MagicNumber | '20' is a magic number. | 782 | |
| coding | MagicNumber | '10' is a magic number. | 782 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| misc | FinalParameters | Parameter value should be final. | 795 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 807 | |
| coding | MagicNumber | '20' is a magic number. | 808 | |
| coding | MagicNumber | '10' is a magic number. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| misc | FinalParameters | Parameter value should be final. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| coding | MagicNumber | '20' is a magic number. | 834 | |
| coding | MagicNumber | '10' is a magic number. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| misc | FinalParameters | Parameter value should be final. | 847 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 859 | |
| coding | MagicNumber | '20' is a magic number. | 860 | |
| coding | MagicNumber | '10' is a magic number. | 860 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 885 | |
| coding | MagicNumber | '20' is a magic number. | 886 | |
| coding | MagicNumber | '10' is a magic number. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| misc | FinalParameters | Parameter value should be final. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 909 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| coding | MagicNumber | '20' is a magic number. | 912 | |
| coding | MagicNumber | '10' is a magic number. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| misc | FinalParameters | Parameter value should be final. | 925 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 931 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 935 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 937 | |
| coding | MagicNumber | '20' is a magic number. | 938 | |
| coding | MagicNumber | '10' is a magic number. | 938 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| misc | FinalParameters | Parameter value should be final. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 961 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| coding | MagicNumber | '20' is a magic number. | 964 | |
| coding | MagicNumber | '10' is a magic number. | 964 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| misc | FinalParameters | Parameter value should be final. | 977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 983 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 987 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 989 | |
| coding | MagicNumber | '20' is a magic number. | 990 | |
| coding | MagicNumber | '10' is a magic number. | 990 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| misc | FinalParameters | Parameter value should be final. | 1003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1009 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1013 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1015 | |
| coding | MagicNumber | '20' is a magic number. | 1016 | |
| coding | MagicNumber | '10' is a magic number. | 1016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| misc | FinalParameters | Parameter value should be final. | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1033 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1033 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 | |
| misc | FinalParameters | Parameter value should be final. | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1038 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| misc | FinalParameters | Parameter value should be final. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1043 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1048 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1048 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 | |
| misc | FinalParameters | Parameter value should be final. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1053 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1053 | |
| misc | FinalParameters | Parameter value should be final. | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1058 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1058 | |
| misc | FinalParameters | Parameter value should be final. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1063 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1063 | |
| misc | FinalParameters | Parameter value should be final. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1068 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1068 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1068 | |
| misc | FinalParameters | Parameter value should be final. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1073 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 | |
| misc | FinalParameters | Parameter value should be final. | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1078 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1078 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1078 | |
| misc | FinalParameters | Parameter value should be final. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1083 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1083 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| misc | FinalParameters | Parameter value should be final. | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1088 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1088 | |
| misc | FinalParameters | Parameter value should be final. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1093 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1093 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1093 | |
| misc | FinalParameters | Parameter value should be final. | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1098 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1098 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1098 | |
| misc | FinalParameters | Parameter value should be final. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1103 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1103 | |
| misc | FinalParameters | Parameter value should be final. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1108 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1108 | |
| misc | FinalParameters | Parameter value should be final. | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1113 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1113 | |
| misc | FinalParameters | Parameter value should be final. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1118 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1118 | |
| misc | FinalParameters | Parameter value should be final. | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1123 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1123 | |
| misc | FinalParameters | Parameter value should be final. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1128 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| misc | FinalParameters | Parameter value should be final. | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1133 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1133 | |
| misc | FinalParameters | Parameter value should be final. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1138 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1138 | |
| misc | FinalParameters | Parameter value should be final. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1143 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1143 | |
| misc | FinalParameters | Parameter value should be final. | 1143 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1148 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1148 | |
| misc | FinalParameters | Parameter value should be final. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1153 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1153 | |
| misc | FinalParameters | Parameter value should be final. | 1153 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1158 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1158 | |
| misc | FinalParameters | Parameter value should be final. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1163 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1163 | |
| misc | FinalParameters | Parameter value should be final. | 1163 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1168 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1168 | |
| misc | FinalParameters | Parameter value should be final. | 1168 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1173 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1173 | |
| misc | FinalParameters | Parameter value should be final. | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1178 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1178 | |
| misc | FinalParameters | Parameter value should be final. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1183 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1183 | |
| misc | FinalParameters | Parameter value should be final. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1188 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1188 | |
| misc | FinalParameters | Parameter value should be final. | 1188 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1200 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1200 | |
| misc | FinalParameters | Parameter locator should be final. | 1200 | |
| misc | FinalParameters | Parameter buffer should be final. | 1200 | |
| misc | FinalParameters | Parameter strategy should be final. | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1207 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1207 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 1207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1207 | |
| misc | FinalParameters | Parameter locator should be final. | 1207 | |
| misc | FinalParameters | Parameter buffer should be final. | 1207 | |
| misc | FinalParameters | Parameter strategy should be final. | 1207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1211 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1223 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1231 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1236 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1238 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1243 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1248 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1258 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1266 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1271 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1276 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1278 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1281 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1283 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1288 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1298 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1306 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1318 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1321 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1323 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1328 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1333 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1346 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1348 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1353 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1356 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1361 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1366 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1371 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1371 | |
| sizes | MethodLength | Method length is 298 lines (max allowed is 150). | 1371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1371 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1371 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1371 | |
| misc | FinalParameters | Parameter object should be final. | 1371 | |
| misc | FinalParameters | Parameter strategy should be final. | 1371 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1372 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1372 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1372 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1378 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1379 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1384 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1388 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1393 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1397 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1402 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1406 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1411 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1424 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1429 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1438 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1447 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1456 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1474 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1478 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1492 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1496 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1514 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1519 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1523 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1528 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1537 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1555 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1559 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1568 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1573 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1577 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1582 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1586 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1595 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1600 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1604 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1609 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1613 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1618 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1622 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1627 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1631 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1640 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1645 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1649 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1654 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1658 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1663 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1670 | |
| misc | FinalParameters | Parameter object should be final. | 1670 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1675 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 1675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1675 | |
| misc | FinalParameters | Parameter locator should be final. | 1675 | |
| misc | FinalParameters | Parameter strategy should be final. | 1675 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1677 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1680 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1685 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1690 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1692 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1695 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1697 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1700 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1702 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1705 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1707 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1710 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1712 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1715 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1717 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1720 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1725 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1727 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1730 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1732 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1735 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1737 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1740 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1750 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1752 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1755 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1757 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1762 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1767 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1772 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1777 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1782 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1787 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1792 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1797 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1802 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1817 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1822 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1827 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1832 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1835 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1840 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1840 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPartySummaryMonthly_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 209 | |
| coding | MagicNumber | '255' is a magic number. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 223 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter value should be final. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| coding | MagicNumber | '20' is a magic number. | 236 | |
| coding | MagicNumber | '10' is a magic number. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter value should be final. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| coding | MagicNumber | '20' is a magic number. | 262 | |
| coding | MagicNumber | '10' is a magic number. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| misc | FinalParameters | Parameter value should be final. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| coding | MagicNumber | '20' is a magic number. | 288 | |
| coding | MagicNumber | '10' is a magic number. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| misc | FinalParameters | Parameter value should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| coding | MagicNumber | '20' is a magic number. | 314 | |
| coding | MagicNumber | '10' is a magic number. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| coding | MagicNumber | '20' is a magic number. | 340 | |
| coding | MagicNumber | '10' is a magic number. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| misc | FinalParameters | Parameter value should be final. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| coding | MagicNumber | '20' is a magic number. | 366 | |
| coding | MagicNumber | '10' is a magic number. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter value should be final. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| coding | MagicNumber | '20' is a magic number. | 392 | |
| coding | MagicNumber | '10' is a magic number. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter value should be final. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| coding | MagicNumber | '20' is a magic number. | 418 | |
| coding | MagicNumber | '10' is a magic number. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| misc | FinalParameters | Parameter value should be final. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| coding | MagicNumber | '20' is a magic number. | 444 | |
| coding | MagicNumber | '10' is a magic number. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| misc | FinalParameters | Parameter value should be final. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| coding | MagicNumber | '20' is a magic number. | 470 | |
| coding | MagicNumber | '10' is a magic number. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| misc | FinalParameters | Parameter value should be final. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| coding | MagicNumber | '20' is a magic number. | 496 | |
| coding | MagicNumber | '10' is a magic number. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| misc | FinalParameters | Parameter value should be final. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| coding | MagicNumber | '20' is a magic number. | 522 | |
| coding | MagicNumber | '10' is a magic number. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| misc | FinalParameters | Parameter value should be final. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 547 | |
| coding | MagicNumber | '20' is a magic number. | 548 | |
| coding | MagicNumber | '10' is a magic number. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| coding | MagicNumber | '20' is a magic number. | 574 | |
| coding | MagicNumber | '10' is a magic number. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| misc | FinalParameters | Parameter value should be final. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| coding | MagicNumber | '20' is a magic number. | 600 | |
| coding | MagicNumber | '10' is a magic number. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| misc | FinalParameters | Parameter value should be final. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| coding | MagicNumber | '20' is a magic number. | 626 | |
| coding | MagicNumber | '10' is a magic number. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| misc | FinalParameters | Parameter value should be final. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| coding | MagicNumber | '20' is a magic number. | 652 | |
| coding | MagicNumber | '10' is a magic number. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| misc | FinalParameters | Parameter value should be final. | 665 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| coding | MagicNumber | '20' is a magic number. | 678 | |
| coding | MagicNumber | '10' is a magic number. | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| misc | FinalParameters | Parameter value should be final. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| coding | MagicNumber | '20' is a magic number. | 704 | |
| coding | MagicNumber | '10' is a magic number. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 727 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 729 | |
| coding | MagicNumber | '20' is a magic number. | 730 | |
| coding | MagicNumber | '10' is a magic number. | 730 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| misc | FinalParameters | Parameter value should be final. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| coding | MagicNumber | '20' is a magic number. | 756 | |
| coding | MagicNumber | '10' is a magic number. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| misc | FinalParameters | Parameter value should be final. | 769 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 775 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| coding | MagicNumber | '20' is a magic number. | 782 | |
| coding | MagicNumber | '10' is a magic number. | 782 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| misc | FinalParameters | Parameter value should be final. | 795 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 807 | |
| coding | MagicNumber | '20' is a magic number. | 808 | |
| coding | MagicNumber | '10' is a magic number. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| misc | FinalParameters | Parameter value should be final. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 827 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| coding | MagicNumber | '20' is a magic number. | 834 | |
| coding | MagicNumber | '10' is a magic number. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| misc | FinalParameters | Parameter value should be final. | 847 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 859 | |
| coding | MagicNumber | '20' is a magic number. | 860 | |
| coding | MagicNumber | '10' is a magic number. | 860 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 885 | |
| coding | MagicNumber | '20' is a magic number. | 886 | |
| coding | MagicNumber | '10' is a magic number. | 886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| misc | FinalParameters | Parameter value should be final. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 909 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| coding | MagicNumber | '20' is a magic number. | 912 | |
| coding | MagicNumber | '10' is a magic number. | 912 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| misc | FinalParameters | Parameter value should be final. | 925 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 931 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 935 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 937 | |
| coding | MagicNumber | '20' is a magic number. | 938 | |
| coding | MagicNumber | '10' is a magic number. | 938 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| misc | FinalParameters | Parameter value should be final. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 961 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| coding | MagicNumber | '20' is a magic number. | 964 | |
| coding | MagicNumber | '10' is a magic number. | 964 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| misc | FinalParameters | Parameter value should be final. | 977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 983 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 987 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 989 | |
| coding | MagicNumber | '20' is a magic number. | 990 | |
| coding | MagicNumber | '10' is a magic number. | 990 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| misc | FinalParameters | Parameter value should be final. | 1003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1009 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1013 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1015 | |
| coding | MagicNumber | '20' is a magic number. | 1016 | |
| coding | MagicNumber | '10' is a magic number. | 1016 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| misc | FinalParameters | Parameter value should be final. | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1033 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1033 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 | |
| misc | FinalParameters | Parameter value should be final. | 1033 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1038 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| misc | FinalParameters | Parameter value should be final. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1043 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1048 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1048 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1048 | |
| misc | FinalParameters | Parameter value should be final. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1053 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1053 | |
| misc | FinalParameters | Parameter value should be final. | 1053 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1058 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1058 | |
| misc | FinalParameters | Parameter value should be final. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1063 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1063 | |
| misc | FinalParameters | Parameter value should be final. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1068 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1068 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1068 | |
| misc | FinalParameters | Parameter value should be final. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1073 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1073 | |
| misc | FinalParameters | Parameter value should be final. | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1078 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1078 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1078 | |
| misc | FinalParameters | Parameter value should be final. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1083 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1083 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| misc | FinalParameters | Parameter value should be final. | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1088 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1088 | |
| misc | FinalParameters | Parameter value should be final. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1093 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1093 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1093 | |
| misc | FinalParameters | Parameter value should be final. | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1098 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1098 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1098 | |
| misc | FinalParameters | Parameter value should be final. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1103 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1103 | |
| misc | FinalParameters | Parameter value should be final. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1108 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1108 | |
| misc | FinalParameters | Parameter value should be final. | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1113 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1113 | |
| misc | FinalParameters | Parameter value should be final. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1118 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1118 | |
| misc | FinalParameters | Parameter value should be final. | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1123 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1123 | |
| misc | FinalParameters | Parameter value should be final. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1128 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| misc | FinalParameters | Parameter value should be final. | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1133 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1133 | |
| misc | FinalParameters | Parameter value should be final. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1138 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1138 | |
| misc | FinalParameters | Parameter value should be final. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1143 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1143 | |
| misc | FinalParameters | Parameter value should be final. | 1143 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1148 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1148 | |
| misc | FinalParameters | Parameter value should be final. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1153 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1153 | |
| misc | FinalParameters | Parameter value should be final. | 1153 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1158 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1158 | |
| misc | FinalParameters | Parameter value should be final. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1163 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1163 | |
| misc | FinalParameters | Parameter value should be final. | 1163 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1168 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1168 | |
| misc | FinalParameters | Parameter value should be final. | 1168 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1173 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1173 | |
| misc | FinalParameters | Parameter value should be final. | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1178 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1178 | |
| misc | FinalParameters | Parameter value should be final. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1183 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1183 | |
| misc | FinalParameters | Parameter value should be final. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1188 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1188 | |
| misc | FinalParameters | Parameter value should be final. | 1188 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1193 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1200 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1200 | |
| misc | FinalParameters | Parameter locator should be final. | 1200 | |
| misc | FinalParameters | Parameter buffer should be final. | 1200 | |
| misc | FinalParameters | Parameter strategy should be final. | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1207 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1207 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 1207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1207 | |
| misc | FinalParameters | Parameter locator should be final. | 1207 | |
| misc | FinalParameters | Parameter buffer should be final. | 1207 | |
| misc | FinalParameters | Parameter strategy should be final. | 1207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1211 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1213 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1223 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1231 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1233 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1236 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1238 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1243 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1248 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1253 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1258 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1266 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1271 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1276 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1278 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1281 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1283 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1288 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1293 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1298 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1303 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1306 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1318 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1321 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1323 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1328 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1333 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1338 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1346 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1348 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1353 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1356 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1361 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1366 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1371 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1371 | |
| sizes | MethodLength | Method length is 298 lines (max allowed is 150). | 1371 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1371 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1371 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1371 | |
| misc | FinalParameters | Parameter object should be final. | 1371 | |
| misc | FinalParameters | Parameter strategy should be final. | 1371 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1372 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1372 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1372 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 1378 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1379 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1384 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1388 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1393 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1397 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1402 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1406 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1411 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1424 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1429 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1438 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1447 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1456 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1474 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1478 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1492 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1496 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1514 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1519 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1523 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1528 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1537 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1555 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1559 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1568 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1573 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1577 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1582 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1586 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1595 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1600 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1604 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1609 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1613 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1618 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1622 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1627 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1631 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1640 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1645 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1649 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1654 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1658 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1663 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1670 | |
| misc | FinalParameters | Parameter object should be final. | 1670 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1675 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 1675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1675 | |
| misc | FinalParameters | Parameter locator should be final. | 1675 | |
| misc | FinalParameters | Parameter strategy should be final. | 1675 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1677 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1680 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1682 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1685 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1690 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1692 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1695 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1697 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1700 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1702 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1705 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1707 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1710 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1712 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1715 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1717 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1720 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1722 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1725 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1727 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1730 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1732 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1735 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1737 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1740 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1750 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1752 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1755 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1757 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1762 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1767 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1772 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1777 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1782 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1787 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1792 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1797 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1802 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1807 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1812 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1817 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1822 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1827 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1832 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1835 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1840 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1840 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPartySummaryWeekly_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPartySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,141 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 186 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 195 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 196 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 205 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 206 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 207 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 208 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 209 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 210 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 211 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 212 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 216 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 217 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 218 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 219 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 220 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 224 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| design | VisibilityModifier | Variable 'vote' must be private and have accessor methods. | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| design | VisibilityModifier | Variable 'won' must be private and have accessor methods. | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| design | VisibilityModifier | Variable 'rebel' must be private and have accessor methods. | 231 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| design | VisibilityModifier | Variable 'partyWon' must be private and have accessor methods. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 245 | |
| coding | MagicNumber | '255' is a magic number. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 246 | |
| coding | MagicNumber | '255' is a magic number. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 247 | |
| coding | MagicNumber | '255' is a magic number. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 248 | |
| coding | MagicNumber | '255' is a magic number. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 262 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| misc | FinalParameters | Parameter value should be final. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| misc | FinalParameters | Parameter value should be final. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| coding | MagicNumber | '255' is a magic number. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| misc | FinalParameters | Parameter value should be final. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| coding | MagicNumber | '255' is a magic number. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| misc | FinalParameters | Parameter value should be final. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'getBallotType' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| coding | MagicNumber | '255' is a magic number. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| design | DesignForExtension | Method 'setBallotType' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| misc | FinalParameters | Parameter value should be final. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| coding | MagicNumber | '255' is a magic number. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| coding | MagicNumber | '20' is a magic number. | 406 | |
| coding | MagicNumber | '10' is a magic number. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter value should be final. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| javadoc | JavadocMethod | Expected an @return tag. | 427 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| coding | MagicNumber | '20' is a magic number. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter value should be final. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| javadoc | JavadocMethod | Expected an @return tag. | 445 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| coding | MagicNumber | '20' is a magic number. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| javadoc | JavadocMethod | Expected an @return tag. | 463 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| coding | MagicNumber | '20' is a magic number. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| misc | FinalParameters | Parameter value should be final. | 473 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| javadoc | JavadocMethod | Expected an @return tag. | 481 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| coding | MagicNumber | '20' is a magic number. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| misc | FinalParameters | Parameter value should be final. | 491 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| javadoc | JavadocMethod | Expected an @return tag. | 499 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| coding | MagicNumber | '20' is a magic number. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| misc | FinalParameters | Parameter value should be final. | 509 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| javadoc | JavadocMethod | Expected an @return tag. | 517 | |
| design | DesignForExtension | Method 'isApproved' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| design | DesignForExtension | Method 'setApproved' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| misc | FinalParameters | Parameter value should be final. | 527 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| javadoc | JavadocMethod | Expected an @return tag. | 535 | |
| design | DesignForExtension | Method 'isNoWinner' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| design | DesignForExtension | Method 'setNoWinner' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| misc | FinalParameters | Parameter value should be final. | 545 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 557 | |
| coding | MagicNumber | '20' is a magic number. | 558 | |
| coding | MagicNumber | '10' is a magic number. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| misc | FinalParameters | Parameter value should be final. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 583 | |
| coding | MagicNumber | '20' is a magic number. | 584 | |
| coding | MagicNumber | '10' is a magic number. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| misc | FinalParameters | Parameter value should be final. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| coding | MagicNumber | '20' is a magic number. | 610 | |
| coding | MagicNumber | '10' is a magic number. | 610 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| misc | FinalParameters | Parameter value should be final. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 635 | |
| coding | MagicNumber | '20' is a magic number. | 636 | |
| coding | MagicNumber | '10' is a magic number. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| misc | FinalParameters | Parameter value should be final. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 655 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| design | DesignForExtension | Method 'getPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 661 | |
| coding | MagicNumber | '20' is a magic number. | 662 | |
| coding | MagicNumber | '10' is a magic number. | 662 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| design | DesignForExtension | Method 'setPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 675 | |
| misc | FinalParameters | Parameter value should be final. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| coding | MagicNumber | '20' is a magic number. | 688 | |
| coding | MagicNumber | '10' is a magic number. | 688 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 701 | |
| misc | FinalParameters | Parameter value should be final. | 701 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 707 | |
| javadoc | JavadocMethod | Expected an @return tag. | 709 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 709 | |
| coding | MagicNumber | '20' is a magic number. | 710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 717 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| misc | FinalParameters | Parameter value should be final. | 719 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| javadoc | JavadocMethod | Expected an @return tag. | 727 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| coding | MagicNumber | '20' is a magic number. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 735 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| javadoc | JavadocMethod | Expected an @return tag. | 745 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 745 | |
| coding | MagicNumber | '20' is a magic number. | 746 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| misc | FinalParameters | Parameter value should be final. | 755 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 755 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| javadoc | JavadocMethod | Expected an @return tag. | 763 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 763 | |
| coding | MagicNumber | '20' is a magic number. | 764 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 771 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 773 | |
| misc | FinalParameters | Parameter value should be final. | 773 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 773 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| javadoc | JavadocMethod | Expected an @return tag. | 781 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 781 | |
| coding | MagicNumber | '20' is a magic number. | 782 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 791 | |
| misc | FinalParameters | Parameter value should be final. | 791 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 791 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 797 | |
| javadoc | JavadocMethod | Expected an @return tag. | 799 | |
| design | DesignForExtension | Method 'isPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 799 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 807 | |
| design | DesignForExtension | Method 'setPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 809 | |
| misc | FinalParameters | Parameter value should be final. | 809 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| javadoc | JavadocMethod | Expected an @return tag. | 817 | |
| design | DesignForExtension | Method 'isPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 817 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 825 | |
| design | DesignForExtension | Method 'setPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 827 | |
| misc | FinalParameters | Parameter value should be final. | 827 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 827 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 833 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 837 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 839 | |
| coding | MagicNumber | '20' is a magic number. | 840 | |
| coding | MagicNumber | '10' is a magic number. | 840 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 847 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 851 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 853 | |
| misc | FinalParameters | Parameter value should be final. | 853 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 859 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 863 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 865 | |
| coding | MagicNumber | '20' is a magic number. | 866 | |
| coding | MagicNumber | '10' is a magic number. | 866 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 873 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 877 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 879 | |
| misc | FinalParameters | Parameter value should be final. | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 885 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 889 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 891 | |
| coding | MagicNumber | '20' is a magic number. | 892 | |
| coding | MagicNumber | '10' is a magic number. | 892 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 899 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 903 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 905 | |
| misc | FinalParameters | Parameter value should be final. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 911 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 915 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 917 | |
| coding | MagicNumber | '20' is a magic number. | 918 | |
| coding | MagicNumber | '10' is a magic number. | 918 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 925 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 929 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 931 | |
| misc | FinalParameters | Parameter value should be final. | 931 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 941 | |
| design | DesignForExtension | Method 'getPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| coding | MagicNumber | '20' is a magic number. | 944 | |
| coding | MagicNumber | '10' is a magic number. | 944 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 955 | |
| design | DesignForExtension | Method 'setPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 957 | |
| misc | FinalParameters | Parameter value should be final. | 957 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 963 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 967 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 969 | |
| coding | MagicNumber | '255' is a magic number. | 970 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 977 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 981 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| misc | FinalParameters | Parameter value should be final. | 983 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 993 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 995 | |
| coding | MagicNumber | '255' is a magic number. | 996 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1007 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 1009 | |
| misc | FinalParameters | Parameter value should be final. | 1009 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1015 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1019 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 1021 | |
| coding | MagicNumber | '255' is a magic number. | 1022 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1029 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1033 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 1035 | |
| misc | FinalParameters | Parameter value should be final. | 1035 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1045 | |
| design | DesignForExtension | Method 'getVote' is not designed for extension - needs to be abstract, final or empty. | 1047 | |
| coding | MagicNumber | '255' is a magic number. | 1048 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1055 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1059 | |
| design | DesignForExtension | Method 'setVote' is not designed for extension - needs to be abstract, final or empty. | 1061 | |
| misc | FinalParameters | Parameter value should be final. | 1061 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1069 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| coding | MagicNumber | '10' is a magic number. | 1070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1077 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 1079 | |
| misc | FinalParameters | Parameter value should be final. | 1079 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1085 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1087 | |
| design | DesignForExtension | Method 'isWon' is not designed for extension - needs to be abstract, final or empty. | 1087 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1095 | |
| design | DesignForExtension | Method 'setWon' is not designed for extension - needs to be abstract, final or empty. | 1097 | |
| misc | FinalParameters | Parameter value should be final. | 1097 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1097 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1103 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1105 | |
| design | DesignForExtension | Method 'isRebel' is not designed for extension - needs to be abstract, final or empty. | 1105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1113 | |
| design | DesignForExtension | Method 'setRebel' is not designed for extension - needs to be abstract, final or empty. | 1115 | |
| misc | FinalParameters | Parameter value should be final. | 1115 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1123 | |
| design | DesignForExtension | Method 'isPartyWon' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1131 | |
| design | DesignForExtension | Method 'setPartyWon' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| misc | FinalParameters | Parameter value should be final. | 1133 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1137 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1137 | |
| misc | FinalParameters | Parameter value should be final. | 1137 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1142 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 1142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1142 | |
| misc | FinalParameters | Parameter value should be final. | 1142 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1147 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 1147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1147 | |
| misc | FinalParameters | Parameter value should be final. | 1147 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 1152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1152 | |
| misc | FinalParameters | Parameter value should be final. | 1152 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1157 | |
| design | DesignForExtension | Method 'withBallotType' is not designed for extension - needs to be abstract, final or empty. | 1157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1157 | |
| misc | FinalParameters | Parameter value should be final. | 1157 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1162 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 1162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1162 | |
| misc | FinalParameters | Parameter value should be final. | 1162 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1167 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1167 | |
| misc | FinalParameters | Parameter value should be final. | 1167 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1172 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1172 | |
| misc | FinalParameters | Parameter value should be final. | 1172 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1177 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 | |
| misc | FinalParameters | Parameter value should be final. | 1177 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1182 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1182 | |
| misc | FinalParameters | Parameter value should be final. | 1182 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1187 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1187 | |
| misc | FinalParameters | Parameter value should be final. | 1187 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1192 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1192 | |
| misc | FinalParameters | Parameter value should be final. | 1192 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1197 | |
| design | DesignForExtension | Method 'withApproved' is not designed for extension - needs to be abstract, final or empty. | 1197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1197 | |
| misc | FinalParameters | Parameter value should be final. | 1197 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1202 | |
| design | DesignForExtension | Method 'withNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1202 | |
| misc | FinalParameters | Parameter value should be final. | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1207 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1207 | |
| misc | FinalParameters | Parameter value should be final. | 1207 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1212 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1212 | |
| misc | FinalParameters | Parameter value should be final. | 1212 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1217 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1217 | |
| misc | FinalParameters | Parameter value should be final. | 1217 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1222 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1222 | |
| misc | FinalParameters | Parameter value should be final. | 1222 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1227 | |
| design | DesignForExtension | Method 'withPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1227 | |
| misc | FinalParameters | Parameter value should be final. | 1227 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1232 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1232 | |
| misc | FinalParameters | Parameter value should be final. | 1232 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1237 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1237 | |
| misc | FinalParameters | Parameter value should be final. | 1237 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1242 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1242 | |
| misc | FinalParameters | Parameter value should be final. | 1242 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1247 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1247 | |
| misc | FinalParameters | Parameter value should be final. | 1247 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1252 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1252 | |
| misc | FinalParameters | Parameter value should be final. | 1252 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1257 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1257 | |
| misc | FinalParameters | Parameter value should be final. | 1257 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1262 | |
| design | DesignForExtension | Method 'withPartyApproved' is not designed for extension - needs to be abstract, final or empty. | 1262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1262 | |
| misc | FinalParameters | Parameter value should be final. | 1262 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1267 | |
| design | DesignForExtension | Method 'withPartyNoWinner' is not designed for extension - needs to be abstract, final or empty. | 1267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1267 | |
| misc | FinalParameters | Parameter value should be final. | 1267 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1272 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1272 | |
| misc | FinalParameters | Parameter value should be final. | 1272 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1277 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1277 | |
| misc | FinalParameters | Parameter value should be final. | 1277 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1282 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1282 | |
| misc | FinalParameters | Parameter value should be final. | 1282 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1287 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1287 | |
| misc | FinalParameters | Parameter value should be final. | 1287 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1292 | |
| design | DesignForExtension | Method 'withPartyPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1292 | |
| misc | FinalParameters | Parameter value should be final. | 1292 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1297 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 1297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1297 | |
| misc | FinalParameters | Parameter value should be final. | 1297 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1302 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 1302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1302 | |
| misc | FinalParameters | Parameter value should be final. | 1302 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1307 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 1307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1307 | |
| misc | FinalParameters | Parameter value should be final. | 1307 | |
| design | DesignForExtension | Method 'withVote' is not designed for extension - needs to be abstract, final or empty. | 1312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1312 | |
| misc | FinalParameters | Parameter value should be final. | 1312 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1317 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 1317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1317 | |
| misc | FinalParameters | Parameter value should be final. | 1317 | |
| design | DesignForExtension | Method 'withWon' is not designed for extension - needs to be abstract, final or empty. | 1322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1322 | |
| misc | FinalParameters | Parameter value should be final. | 1322 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1327 | |
| design | DesignForExtension | Method 'withRebel' is not designed for extension - needs to be abstract, final or empty. | 1327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1327 | |
| misc | FinalParameters | Parameter value should be final. | 1327 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1332 | |
| design | DesignForExtension | Method 'withPartyWon' is not designed for extension - needs to be abstract, final or empty. | 1332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1332 | |
| misc | FinalParameters | Parameter value should be final. | 1332 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1344 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1344 | |
| misc | FinalParameters | Parameter locator should be final. | 1344 | |
| misc | FinalParameters | Parameter buffer should be final. | 1344 | |
| misc | FinalParameters | Parameter strategy should be final. | 1344 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1351 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1351 | |
| sizes | MethodLength | Method length is 203 lines (max allowed is 150). | 1351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1351 | |
| misc | FinalParameters | Parameter locator should be final. | 1351 | |
| misc | FinalParameters | Parameter buffer should be final. | 1351 | |
| misc | FinalParameters | Parameter strategy should be final. | 1351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1352 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1355 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1357 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1362 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1367 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1372 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1375 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1377 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1382 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1387 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1392 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1397 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1402 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1407 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1412 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1422 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1427 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1432 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1437 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1447 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1452 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1457 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1460 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1462 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1472 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1475 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1477 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1480 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1482 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1485 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1490 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1492 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1497 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1500 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1505 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1515 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1517 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1520 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1522 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1527 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1535 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1537 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1542 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1547 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1555 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1555 | |
| sizes | MethodLength | Method length is 370 lines (max allowed is 150). | 1555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1555 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1555 | |
| misc | FinalParameters | Parameter object should be final. | 1555 | |
| misc | FinalParameters | Parameter strategy should be final. | 1555 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1556 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1556 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1556 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1562 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1563 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1568 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1572 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1577 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1581 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1590 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1595 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1599 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1604 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1608 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1613 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1617 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1622 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1626 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1635 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1640 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1644 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1649 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1653 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1658 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1662 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1667 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1671 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1680 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1685 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1689 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1694 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1698 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1703 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1707 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1712 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1716 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1721 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1730 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1734 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1739 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1743 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1748 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1752 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1757 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1761 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1766 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1770 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1779 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1784 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1788 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1793 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1797 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1802 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1806 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1811 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1824 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1829 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1833 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1838 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1842 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1847 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1851 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1856 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1860 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1865 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1869 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1874 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1878 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1883 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1887 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1892 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1896 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1901 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1905 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1910 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1914 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1919 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1926 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1926 | |
| misc | FinalParameters | Parameter object should be final. | 1926 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1931 | |
| sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 1931 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1931 | |
| misc | FinalParameters | Parameter locator should be final. | 1931 | |
| misc | FinalParameters | Parameter strategy should be final. | 1931 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1933 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1936 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1938 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1941 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1943 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1946 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1948 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1951 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1953 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1956 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1958 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1961 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1963 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1966 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1968 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1971 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1973 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1976 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1978 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1981 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1983 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1986 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1988 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1991 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1993 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1996 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1998 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2001 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2003 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2006 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2008 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2011 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2013 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2016 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2018 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2021 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2023 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2026 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2028 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2031 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2033 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2036 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2038 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2041 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2043 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2046 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2048 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2051 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2053 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2056 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2058 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2061 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2063 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2066 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2068 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2071 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2073 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2076 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2078 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2081 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2083 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2086 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2088 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 2091 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2093 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2096 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2098 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2101 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2103 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2106 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2108 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 2111 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2113 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2116 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2118 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 2121 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2123 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2126 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2128 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2131 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,485 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 158 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 234 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 235 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 240 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 257 | |
| coding | MagicNumber | '255' is a magic number. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 271 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| misc | FinalParameters | Parameter value should be final. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| coding | MagicNumber | '255' is a magic number. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter value should be final. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| coding | MagicNumber | '255' is a magic number. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| misc | FinalParameters | Parameter value should be final. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| coding | MagicNumber | '255' is a magic number. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| coding | MagicNumber | '255' is a magic number. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter value should be final. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| javadoc | JavadocMethod | Expected an @return tag. | 383 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| coding | MagicNumber | '10' is a magic number. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| coding | MagicNumber | '20' is a magic number. | 406 | |
| coding | MagicNumber | '10' is a magic number. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter value should be final. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| coding | MagicNumber | '20' is a magic number. | 432 | |
| coding | MagicNumber | '10' is a magic number. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| misc | FinalParameters | Parameter value should be final. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| coding | MagicNumber | '20' is a magic number. | 458 | |
| coding | MagicNumber | '10' is a magic number. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| misc | FinalParameters | Parameter value should be final. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| coding | MagicNumber | '20' is a magic number. | 484 | |
| coding | MagicNumber | '10' is a magic number. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| misc | FinalParameters | Parameter value should be final. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| coding | MagicNumber | '20' is a magic number. | 510 | |
| coding | MagicNumber | '10' is a magic number. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| misc | FinalParameters | Parameter value should be final. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| coding | MagicNumber | '20' is a magic number. | 536 | |
| coding | MagicNumber | '10' is a magic number. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 549 | |
| misc | FinalParameters | Parameter value should be final. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| coding | MagicNumber | '20' is a magic number. | 562 | |
| coding | MagicNumber | '10' is a magic number. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 573 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| misc | FinalParameters | Parameter value should be final. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| coding | MagicNumber | '20' is a magic number. | 588 | |
| coding | MagicNumber | '10' is a magic number. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| misc | FinalParameters | Parameter value should be final. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| coding | MagicNumber | '20' is a magic number. | 614 | |
| coding | MagicNumber | '10' is a magic number. | 614 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| misc | FinalParameters | Parameter value should be final. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| coding | MagicNumber | '20' is a magic number. | 640 | |
| coding | MagicNumber | '10' is a magic number. | 640 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| misc | FinalParameters | Parameter value should be final. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| coding | MagicNumber | '20' is a magic number. | 666 | |
| coding | MagicNumber | '10' is a magic number. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 679 | |
| misc | FinalParameters | Parameter value should be final. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| coding | MagicNumber | '20' is a magic number. | 692 | |
| coding | MagicNumber | '10' is a magic number. | 692 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 703 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 705 | |
| misc | FinalParameters | Parameter value should be final. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'getPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| coding | MagicNumber | '20' is a magic number. | 718 | |
| coding | MagicNumber | '10' is a magic number. | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| design | DesignForExtension | Method 'setPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| misc | FinalParameters | Parameter value should be final. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'getPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| coding | MagicNumber | '20' is a magic number. | 744 | |
| coding | MagicNumber | '10' is a magic number. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 | |
| design | DesignForExtension | Method 'setPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 757 | |
| misc | FinalParameters | Parameter value should be final. | 757 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'getPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| coding | MagicNumber | '20' is a magic number. | 770 | |
| coding | MagicNumber | '10' is a magic number. | 770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 781 | |
| design | DesignForExtension | Method 'setPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 783 | |
| misc | FinalParameters | Parameter value should be final. | 783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'getPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| coding | MagicNumber | '20' is a magic number. | 796 | |
| coding | MagicNumber | '10' is a magic number. | 796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 803 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 807 | |
| design | DesignForExtension | Method 'setPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 809 | |
| misc | FinalParameters | Parameter value should be final. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| design | DesignForExtension | Method 'getPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| coding | MagicNumber | '20' is a magic number. | 822 | |
| coding | MagicNumber | '10' is a magic number. | 822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 833 | |
| design | DesignForExtension | Method 'setPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 835 | |
| misc | FinalParameters | Parameter value should be final. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| design | DesignForExtension | Method 'getPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| coding | MagicNumber | '20' is a magic number. | 848 | |
| coding | MagicNumber | '10' is a magic number. | 848 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 859 | |
| design | DesignForExtension | Method 'setPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 861 | |
| misc | FinalParameters | Parameter value should be final. | 861 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| coding | MagicNumber | '20' is a magic number. | 874 | |
| coding | MagicNumber | '10' is a magic number. | 874 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 885 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| misc | FinalParameters | Parameter value should be final. | 887 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| coding | MagicNumber | '20' is a magic number. | 900 | |
| coding | MagicNumber | '10' is a magic number. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 907 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 911 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| misc | FinalParameters | Parameter value should be final. | 913 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| coding | MagicNumber | '20' is a magic number. | 926 | |
| coding | MagicNumber | '10' is a magic number. | 926 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 933 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 939 | |
| misc | FinalParameters | Parameter value should be final. | 939 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| coding | MagicNumber | '20' is a magic number. | 952 | |
| coding | MagicNumber | '10' is a magic number. | 952 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 959 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 963 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| misc | FinalParameters | Parameter value should be final. | 965 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| coding | MagicNumber | '20' is a magic number. | 978 | |
| coding | MagicNumber | '10' is a magic number. | 978 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 985 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 991 | |
| misc | FinalParameters | Parameter value should be final. | 991 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| coding | MagicNumber | '20' is a magic number. | 1004 | |
| coding | MagicNumber | '10' is a magic number. | 1004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1011 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1015 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
| misc | FinalParameters | Parameter value should be final. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| coding | MagicNumber | '20' is a magic number. | 1030 | |
| coding | MagicNumber | '10' is a magic number. | 1030 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1037 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1049 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1055 | |
| coding | MagicNumber | '20' is a magic number. | 1056 | |
| coding | MagicNumber | '10' is a magic number. | 1056 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1063 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| misc | FinalParameters | Parameter value should be final. | 1069 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1079 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| coding | MagicNumber | '20' is a magic number. | 1082 | |
| coding | MagicNumber | '10' is a magic number. | 1082 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1093 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1095 | |
| misc | FinalParameters | Parameter value should be final. | 1095 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1107 | |
| coding | MagicNumber | '20' is a magic number. | 1108 | |
| coding | MagicNumber | '10' is a magic number. | 1108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1119 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1121 | |
| misc | FinalParameters | Parameter value should be final. | 1121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1131 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| coding | MagicNumber | '20' is a magic number. | 1134 | |
| coding | MagicNumber | '10' is a magic number. | 1134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1145 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1147 | |
| misc | FinalParameters | Parameter value should be final. | 1147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1159 | |
| coding | MagicNumber | '20' is a magic number. | 1160 | |
| coding | MagicNumber | '10' is a magic number. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1171 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| misc | FinalParameters | Parameter value should be final. | 1173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1183 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1185 | |
| coding | MagicNumber | '20' is a magic number. | 1186 | |
| coding | MagicNumber | '10' is a magic number. | 1186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1197 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1199 | |
| misc | FinalParameters | Parameter value should be final. | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1209 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| coding | MagicNumber | '20' is a magic number. | 1212 | |
| coding | MagicNumber | '10' is a magic number. | 1212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1223 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1225 | |
| misc | FinalParameters | Parameter value should be final. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1235 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1237 | |
| coding | MagicNumber | '20' is a magic number. | 1238 | |
| coding | MagicNumber | '10' is a magic number. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1249 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1251 | |
| misc | FinalParameters | Parameter value should be final. | 1251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1261 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1263 | |
| coding | MagicNumber | '20' is a magic number. | 1264 | |
| coding | MagicNumber | '10' is a magic number. | 1264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1275 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1277 | |
| misc | FinalParameters | Parameter value should be final. | 1277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1287 | |
| design | DesignForExtension | Method 'getWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1289 | |
| coding | MagicNumber | '20' is a magic number. | 1290 | |
| coding | MagicNumber | '10' is a magic number. | 1290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1301 | |
| design | DesignForExtension | Method 'setWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1303 | |
| misc | FinalParameters | Parameter value should be final. | 1303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1313 | |
| design | DesignForExtension | Method 'getWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1315 | |
| coding | MagicNumber | '20' is a magic number. | 1316 | |
| coding | MagicNumber | '10' is a magic number. | 1316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1327 | |
| design | DesignForExtension | Method 'setWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1329 | |
| misc | FinalParameters | Parameter value should be final. | 1329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1339 | |
| design | DesignForExtension | Method 'getRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1341 | |
| coding | MagicNumber | '20' is a magic number. | 1342 | |
| coding | MagicNumber | '10' is a magic number. | 1342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1353 | |
| design | DesignForExtension | Method 'setRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1355 | |
| misc | FinalParameters | Parameter value should be final. | 1355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1365 | |
| design | DesignForExtension | Method 'getRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1367 | |
| coding | MagicNumber | '20' is a magic number. | 1368 | |
| coding | MagicNumber | '10' is a magic number. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1379 | |
| design | DesignForExtension | Method 'setRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1381 | |
| misc | FinalParameters | Parameter value should be final. | 1381 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1385 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1385 | |
| misc | FinalParameters | Parameter value should be final. | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1390 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 1390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1390 | |
| misc | FinalParameters | Parameter value should be final. | 1390 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1395 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 1395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1395 | |
| misc | FinalParameters | Parameter value should be final. | 1395 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1400 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 1400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1400 | |
| misc | FinalParameters | Parameter value should be final. | 1400 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1405 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 1405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1405 | |
| misc | FinalParameters | Parameter value should be final. | 1405 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1410 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 1410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1410 | |
| misc | FinalParameters | Parameter value should be final. | 1410 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1415 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1415 | |
| misc | FinalParameters | Parameter value should be final. | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1420 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1420 | |
| misc | FinalParameters | Parameter value should be final. | 1420 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1425 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1425 | |
| misc | FinalParameters | Parameter value should be final. | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1430 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1430 | |
| misc | FinalParameters | Parameter value should be final. | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1435 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1435 | |
| misc | FinalParameters | Parameter value should be final. | 1435 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1440 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1440 | |
| misc | FinalParameters | Parameter value should be final. | 1440 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1445 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1445 | |
| misc | FinalParameters | Parameter value should be final. | 1445 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1450 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1450 | |
| misc | FinalParameters | Parameter value should be final. | 1450 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1455 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1455 | |
| misc | FinalParameters | Parameter value should be final. | 1455 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1460 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1460 | |
| misc | FinalParameters | Parameter value should be final. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1465 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1465 | |
| misc | FinalParameters | Parameter value should be final. | 1465 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1470 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1470 | |
| misc | FinalParameters | Parameter value should be final. | 1470 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1475 | |
| design | DesignForExtension | Method 'withPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1475 | |
| misc | FinalParameters | Parameter value should be final. | 1475 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1480 | |
| design | DesignForExtension | Method 'withPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1480 | |
| misc | FinalParameters | Parameter value should be final. | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1485 | |
| design | DesignForExtension | Method 'withPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1485 | |
| misc | FinalParameters | Parameter value should be final. | 1485 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1490 | |
| design | DesignForExtension | Method 'withPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1490 | |
| misc | FinalParameters | Parameter value should be final. | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1495 | |
| design | DesignForExtension | Method 'withPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1495 | |
| misc | FinalParameters | Parameter value should be final. | 1495 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1500 | |
| design | DesignForExtension | Method 'withPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1500 | |
| misc | FinalParameters | Parameter value should be final. | 1500 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1505 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1505 | |
| misc | FinalParameters | Parameter value should be final. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1510 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1510 | |
| misc | FinalParameters | Parameter value should be final. | 1510 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1515 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1515 | |
| misc | FinalParameters | Parameter value should be final. | 1515 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1520 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1520 | |
| misc | FinalParameters | Parameter value should be final. | 1520 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1525 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1525 | |
| misc | FinalParameters | Parameter value should be final. | 1525 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1530 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1530 | |
| misc | FinalParameters | Parameter value should be final. | 1530 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1535 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1535 | |
| misc | FinalParameters | Parameter value should be final. | 1535 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1540 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1540 | |
| misc | FinalParameters | Parameter value should be final. | 1540 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1545 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1545 | |
| misc | FinalParameters | Parameter value should be final. | 1545 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1550 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1550 | |
| misc | FinalParameters | Parameter value should be final. | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1555 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 | |
| misc | FinalParameters | Parameter value should be final. | 1555 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1560 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1560 | |
| misc | FinalParameters | Parameter value should be final. | 1560 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1565 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1565 | |
| misc | FinalParameters | Parameter value should be final. | 1565 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1570 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1570 | |
| misc | FinalParameters | Parameter value should be final. | 1570 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1575 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1575 | |
| misc | FinalParameters | Parameter value should be final. | 1575 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1580 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1580 | |
| misc | FinalParameters | Parameter value should be final. | 1580 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1585 | |
| design | DesignForExtension | Method 'withWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1585 | |
| misc | FinalParameters | Parameter value should be final. | 1585 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1590 | |
| design | DesignForExtension | Method 'withWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1590 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1590 | |
| misc | FinalParameters | Parameter value should be final. | 1590 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1595 | |
| design | DesignForExtension | Method 'withRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1595 | |
| misc | FinalParameters | Parameter value should be final. | 1595 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1600 | |
| design | DesignForExtension | Method 'withRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1600 | |
| misc | FinalParameters | Parameter value should be final. | 1600 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1605 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1612 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1612 | |
| misc | FinalParameters | Parameter locator should be final. | 1612 | |
| misc | FinalParameters | Parameter buffer should be final. | 1612 | |
| misc | FinalParameters | Parameter strategy should be final. | 1612 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1619 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1619 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 1619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1619 | |
| misc | FinalParameters | Parameter locator should be final. | 1619 | |
| misc | FinalParameters | Parameter buffer should be final. | 1619 | |
| misc | FinalParameters | Parameter strategy should be final. | 1619 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1620 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1623 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1625 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1628 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1630 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1633 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1635 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1640 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1645 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1648 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1650 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1653 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1658 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1660 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1663 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1665 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1668 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1670 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1675 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1678 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1680 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1683 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1685 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1688 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1690 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1693 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1695 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1698 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1700 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1703 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1705 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1708 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1710 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1713 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1715 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1718 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1720 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1723 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1728 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1730 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1733 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1735 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1738 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1740 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1743 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1745 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1748 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1750 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1753 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1758 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1760 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1763 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1765 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1768 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1770 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1775 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1778 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1780 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1783 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1785 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1788 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1790 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1793 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1798 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1800 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1803 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1805 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1808 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1810 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1813 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1818 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1820 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1823 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1825 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1828 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1830 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1833 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1835 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1838 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1843 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1843 | |
| sizes | MethodLength | Method length is 406 lines (max allowed is 150). | 1843 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1843 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1843 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1843 | |
| misc | FinalParameters | Parameter object should be final. | 1843 | |
| misc | FinalParameters | Parameter strategy should be final. | 1843 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1844 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1844 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1844 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1850 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1851 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1854 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1856 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1860 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1865 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1869 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1874 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1878 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1883 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1887 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1892 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1896 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1901 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1905 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1910 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1914 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1919 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1923 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1928 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1932 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1937 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1941 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1946 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1950 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1955 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1959 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1964 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1968 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1973 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1977 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1982 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1986 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1991 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1995 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2000 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2004 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2009 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2013 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2018 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2022 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2027 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2031 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2036 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2040 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2045 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2049 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 2054 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2058 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2063 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2067 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2069 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2071 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 2072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2076 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2078 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2080 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 2081 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2090 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2094 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2099 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2103 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2108 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2112 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2121 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2126 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2130 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2135 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2139 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2144 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2148 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2157 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2162 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2166 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2171 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2175 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2180 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2184 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2193 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2202 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2211 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2220 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2225 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2229 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2234 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2243 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2250 | |
| misc | FinalParameters | Parameter object should be final. | 2250 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2255 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 2255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2255 | |
| misc | FinalParameters | Parameter locator should be final. | 2255 | |
| misc | FinalParameters | Parameter strategy should be final. | 2255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2257 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2258 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2260 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2262 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2267 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2270 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2272 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2275 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2277 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2280 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2282 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2287 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2292 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2297 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2302 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2307 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2310 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2312 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2315 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2317 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2320 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2322 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2325 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2327 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2330 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2332 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2335 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2337 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2340 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2342 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2345 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2347 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2350 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2352 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2355 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2357 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2362 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2365 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2367 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 2370 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2372 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2375 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2377 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2379 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2380 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2382 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2384 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 2385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2387 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2392 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2397 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2400 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2402 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2407 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2412 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2417 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2422 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2427 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2432 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2437 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2442 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2447 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2452 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2457 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2460 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2462 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2467 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2472 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2475 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2480 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPoliticianSummaryAnnual_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,999 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 180 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'avgTotalVotes' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'avgYesVotes' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| design | VisibilityModifier | Variable 'avgNoVotes' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'avgAbstainVotes' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'avgAbsentVotes' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 234 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 235 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 240 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 244 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 248 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 249 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 250 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 251 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 252 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 253 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 255 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 256 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 257 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 258 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 261 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 263 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 264 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 265 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 267 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 268 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 269 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 270 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 271 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 274 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 275 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 276 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 277 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 278 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 279 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 280 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 281 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 282 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 283 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 284 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 285 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 301 | |
| coding | MagicNumber | '255' is a magic number. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 315 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| misc | FinalParameters | Parameter value should be final. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| coding | MagicNumber | '255' is a magic number. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| misc | FinalParameters | Parameter value should be final. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| coding | MagicNumber | '255' is a magic number. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| misc | FinalParameters | Parameter value should be final. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| coding | MagicNumber | '255' is a magic number. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| coding | MagicNumber | '255' is a magic number. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter value should be final. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| javadoc | JavadocMethod | Expected an @return tag. | 427 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| coding | MagicNumber | '10' is a magic number. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter value should be final. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| javadoc | JavadocMethod | Expected an @return tag. | 445 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| coding | MagicNumber | '20' is a magic number. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| coding | MagicNumber | '20' is a magic number. | 468 | |
| coding | MagicNumber | '10' is a magic number. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| misc | FinalParameters | Parameter value should be final. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| javadoc | JavadocMethod | Expected an @return tag. | 489 | |
| design | DesignForExtension | Method 'getAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| coding | MagicNumber | '20' is a magic number. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| design | DesignForExtension | Method 'setAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| misc | FinalParameters | Parameter value should be final. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| design | DesignForExtension | Method 'getAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| coding | MagicNumber | '20' is a magic number. | 512 | |
| coding | MagicNumber | '10' is a magic number. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| design | DesignForExtension | Method 'setAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| misc | FinalParameters | Parameter value should be final. | 525 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| design | DesignForExtension | Method 'getAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| coding | MagicNumber | '20' is a magic number. | 538 | |
| coding | MagicNumber | '10' is a magic number. | 538 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| design | DesignForExtension | Method 'setAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| misc | FinalParameters | Parameter value should be final. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| design | DesignForExtension | Method 'getAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| coding | MagicNumber | '20' is a magic number. | 564 | |
| coding | MagicNumber | '10' is a magic number. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| design | DesignForExtension | Method 'setAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| misc | FinalParameters | Parameter value should be final. | 577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| design | DesignForExtension | Method 'getAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| coding | MagicNumber | '20' is a magic number. | 590 | |
| coding | MagicNumber | '10' is a magic number. | 590 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| design | DesignForExtension | Method 'setAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| misc | FinalParameters | Parameter value should be final. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 613 | |
| design | DesignForExtension | Method 'getPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| coding | MagicNumber | '20' is a magic number. | 616 | |
| coding | MagicNumber | '10' is a magic number. | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| design | DesignForExtension | Method 'setPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| misc | FinalParameters | Parameter value should be final. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 639 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 641 | |
| coding | MagicNumber | '20' is a magic number. | 642 | |
| coding | MagicNumber | '10' is a magic number. | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 655 | |
| misc | FinalParameters | Parameter value should be final. | 655 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 665 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| coding | MagicNumber | '20' is a magic number. | 668 | |
| coding | MagicNumber | '10' is a magic number. | 668 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 681 | |
| misc | FinalParameters | Parameter value should be final. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 691 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 693 | |
| coding | MagicNumber | '20' is a magic number. | 694 | |
| coding | MagicNumber | '10' is a magic number. | 694 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| misc | FinalParameters | Parameter value should be final. | 707 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 717 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| coding | MagicNumber | '20' is a magic number. | 720 | |
| coding | MagicNumber | '10' is a magic number. | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 727 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 731 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 733 | |
| misc | FinalParameters | Parameter value should be final. | 733 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 745 | |
| coding | MagicNumber | '20' is a magic number. | 746 | |
| coding | MagicNumber | '10' is a magic number. | 746 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 757 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 759 | |
| misc | FinalParameters | Parameter value should be final. | 759 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 765 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 769 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 771 | |
| coding | MagicNumber | '20' is a magic number. | 772 | |
| coding | MagicNumber | '10' is a magic number. | 772 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 783 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 785 | |
| misc | FinalParameters | Parameter value should be final. | 785 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 795 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 797 | |
| coding | MagicNumber | '20' is a magic number. | 798 | |
| coding | MagicNumber | '10' is a magic number. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 809 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 811 | |
| misc | FinalParameters | Parameter value should be final. | 811 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 817 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 821 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 823 | |
| coding | MagicNumber | '20' is a magic number. | 824 | |
| coding | MagicNumber | '10' is a magic number. | 824 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 835 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| misc | FinalParameters | Parameter value should be final. | 837 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 843 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 847 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 849 | |
| coding | MagicNumber | '20' is a magic number. | 850 | |
| coding | MagicNumber | '10' is a magic number. | 850 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 857 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 861 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| misc | FinalParameters | Parameter value should be final. | 863 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 873 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 875 | |
| coding | MagicNumber | '20' is a magic number. | 876 | |
| coding | MagicNumber | '10' is a magic number. | 876 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 883 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 887 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 889 | |
| misc | FinalParameters | Parameter value should be final. | 889 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 895 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 899 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 901 | |
| coding | MagicNumber | '20' is a magic number. | 902 | |
| coding | MagicNumber | '10' is a magic number. | 902 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 909 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 913 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 915 | |
| misc | FinalParameters | Parameter value should be final. | 915 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 921 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 925 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 927 | |
| coding | MagicNumber | '20' is a magic number. | 928 | |
| coding | MagicNumber | '10' is a magic number. | 928 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 935 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 939 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 941 | |
| misc | FinalParameters | Parameter value should be final. | 941 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 947 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 951 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 953 | |
| coding | MagicNumber | '20' is a magic number. | 954 | |
| coding | MagicNumber | '10' is a magic number. | 954 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 961 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 965 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 967 | |
| misc | FinalParameters | Parameter value should be final. | 967 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 973 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 977 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 979 | |
| coding | MagicNumber | '20' is a magic number. | 980 | |
| coding | MagicNumber | '10' is a magic number. | 980 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 987 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 991 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 993 | |
| misc | FinalParameters | Parameter value should be final. | 993 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 999 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1003 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1005 | |
| coding | MagicNumber | '20' is a magic number. | 1006 | |
| coding | MagicNumber | '10' is a magic number. | 1006 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1013 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1017 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1019 | |
| misc | FinalParameters | Parameter value should be final. | 1019 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1025 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1027 | |
| design | DesignForExtension | Method 'getPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1027 | |
| coding | MagicNumber | '20' is a magic number. | 1028 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1035 | |
| design | DesignForExtension | Method 'setPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| misc | FinalParameters | Parameter value should be final. | 1037 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1037 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1043 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1045 | |
| design | DesignForExtension | Method 'getPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1045 | |
| coding | MagicNumber | '20' is a magic number. | 1046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| design | DesignForExtension | Method 'setPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1055 | |
| misc | FinalParameters | Parameter value should be final. | 1055 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1055 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1061 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1063 | |
| design | DesignForExtension | Method 'getPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1063 | |
| coding | MagicNumber | '20' is a magic number. | 1064 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1071 | |
| design | DesignForExtension | Method 'setPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
| misc | FinalParameters | Parameter value should be final. | 1073 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1073 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1079 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1081 | |
| design | DesignForExtension | Method 'getPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| coding | MagicNumber | '20' is a magic number. | 1082 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| design | DesignForExtension | Method 'setPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1091 | |
| misc | FinalParameters | Parameter value should be final. | 1091 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1091 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1097 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1101 | |
| design | DesignForExtension | Method 'getPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1103 | |
| coding | MagicNumber | '20' is a magic number. | 1104 | |
| coding | MagicNumber | '10' is a magic number. | 1104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1115 | |
| design | DesignForExtension | Method 'setPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1117 | |
| misc | FinalParameters | Parameter value should be final. | 1117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1127 | |
| design | DesignForExtension | Method 'getPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1129 | |
| coding | MagicNumber | '20' is a magic number. | 1130 | |
| coding | MagicNumber | '10' is a magic number. | 1130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| design | DesignForExtension | Method 'setPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1143 | |
| misc | FinalParameters | Parameter value should be final. | 1143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1153 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1155 | |
| coding | MagicNumber | '20' is a magic number. | 1156 | |
| coding | MagicNumber | '10' is a magic number. | 1156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1167 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1169 | |
| misc | FinalParameters | Parameter value should be final. | 1169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1179 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1181 | |
| coding | MagicNumber | '20' is a magic number. | 1182 | |
| coding | MagicNumber | '10' is a magic number. | 1182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1193 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1195 | |
| misc | FinalParameters | Parameter value should be final. | 1195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1205 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1207 | |
| coding | MagicNumber | '20' is a magic number. | 1208 | |
| coding | MagicNumber | '10' is a magic number. | 1208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1219 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1221 | |
| misc | FinalParameters | Parameter value should be final. | 1221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1233 | |
| coding | MagicNumber | '20' is a magic number. | 1234 | |
| coding | MagicNumber | '10' is a magic number. | 1234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1245 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1247 | |
| misc | FinalParameters | Parameter value should be final. | 1247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1257 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1259 | |
| coding | MagicNumber | '20' is a magic number. | 1260 | |
| coding | MagicNumber | '10' is a magic number. | 1260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1271 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1273 | |
| misc | FinalParameters | Parameter value should be final. | 1273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1283 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1285 | |
| coding | MagicNumber | '20' is a magic number. | 1286 | |
| coding | MagicNumber | '10' is a magic number. | 1286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1297 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1299 | |
| misc | FinalParameters | Parameter value should be final. | 1299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1309 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1311 | |
| coding | MagicNumber | '20' is a magic number. | 1312 | |
| coding | MagicNumber | '10' is a magic number. | 1312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1323 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1325 | |
| misc | FinalParameters | Parameter value should be final. | 1325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1335 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1337 | |
| coding | MagicNumber | '20' is a magic number. | 1338 | |
| coding | MagicNumber | '10' is a magic number. | 1338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1349 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1351 | |
| misc | FinalParameters | Parameter value should be final. | 1351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1361 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1363 | |
| coding | MagicNumber | '20' is a magic number. | 1364 | |
| coding | MagicNumber | '10' is a magic number. | 1364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1375 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1377 | |
| misc | FinalParameters | Parameter value should be final. | 1377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1387 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1389 | |
| coding | MagicNumber | '20' is a magic number. | 1390 | |
| coding | MagicNumber | '10' is a magic number. | 1390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1401 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1403 | |
| misc | FinalParameters | Parameter value should be final. | 1403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1413 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| coding | MagicNumber | '20' is a magic number. | 1416 | |
| coding | MagicNumber | '10' is a magic number. | 1416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1427 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1429 | |
| misc | FinalParameters | Parameter value should be final. | 1429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1439 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1441 | |
| coding | MagicNumber | '20' is a magic number. | 1442 | |
| coding | MagicNumber | '10' is a magic number. | 1442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1453 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1455 | |
| misc | FinalParameters | Parameter value should be final. | 1455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1461 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1463 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1463 | |
| coding | MagicNumber | '20' is a magic number. | 1464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1471 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1473 | |
| misc | FinalParameters | Parameter value should be final. | 1473 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1483 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1485 | |
| coding | MagicNumber | '20' is a magic number. | 1486 | |
| coding | MagicNumber | '10' is a magic number. | 1486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1497 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1499 | |
| misc | FinalParameters | Parameter value should be final. | 1499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1505 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1507 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1507 | |
| coding | MagicNumber | '20' is a magic number. | 1508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1515 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1517 | |
| misc | FinalParameters | Parameter value should be final. | 1517 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1527 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1529 | |
| coding | MagicNumber | '20' is a magic number. | 1530 | |
| coding | MagicNumber | '10' is a magic number. | 1530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1541 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1543 | |
| misc | FinalParameters | Parameter value should be final. | 1543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1553 | |
| design | DesignForExtension | Method 'getWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1555 | |
| coding | MagicNumber | '20' is a magic number. | 1556 | |
| coding | MagicNumber | '10' is a magic number. | 1556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1567 | |
| design | DesignForExtension | Method 'setWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1569 | |
| misc | FinalParameters | Parameter value should be final. | 1569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1575 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1577 | |
| design | DesignForExtension | Method 'getWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1577 | |
| coding | MagicNumber | '20' is a magic number. | 1578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1585 | |
| design | DesignForExtension | Method 'setWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1587 | |
| misc | FinalParameters | Parameter value should be final. | 1587 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1597 | |
| design | DesignForExtension | Method 'getRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1599 | |
| coding | MagicNumber | '20' is a magic number. | 1600 | |
| coding | MagicNumber | '10' is a magic number. | 1600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1611 | |
| design | DesignForExtension | Method 'setRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1613 | |
| misc | FinalParameters | Parameter value should be final. | 1613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1619 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1621 | |
| design | DesignForExtension | Method 'getRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1621 | |
| coding | MagicNumber | '20' is a magic number. | 1622 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1629 | |
| design | DesignForExtension | Method 'setRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1631 | |
| misc | FinalParameters | Parameter value should be final. | 1631 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1631 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1635 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1635 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1635 | |
| misc | FinalParameters | Parameter value should be final. | 1635 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1640 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 1640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1640 | |
| misc | FinalParameters | Parameter value should be final. | 1640 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1645 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 1645 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1645 | |
| misc | FinalParameters | Parameter value should be final. | 1645 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1650 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 1650 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1650 | |
| misc | FinalParameters | Parameter value should be final. | 1650 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1655 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 1655 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1655 | |
| misc | FinalParameters | Parameter value should be final. | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1660 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 1660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1660 | |
| misc | FinalParameters | Parameter value should be final. | 1660 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1665 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1665 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1665 | |
| misc | FinalParameters | Parameter value should be final. | 1665 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1670 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1670 | |
| misc | FinalParameters | Parameter value should be final. | 1670 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1675 | |
| design | DesignForExtension | Method 'withAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1675 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1675 | |
| misc | FinalParameters | Parameter value should be final. | 1675 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1680 | |
| design | DesignForExtension | Method 'withAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1680 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1680 | |
| misc | FinalParameters | Parameter value should be final. | 1680 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1685 | |
| design | DesignForExtension | Method 'withAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1685 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1685 | |
| misc | FinalParameters | Parameter value should be final. | 1685 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1690 | |
| design | DesignForExtension | Method 'withAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1690 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1690 | |
| misc | FinalParameters | Parameter value should be final. | 1690 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1695 | |
| design | DesignForExtension | Method 'withAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1695 | |
| misc | FinalParameters | Parameter value should be final. | 1695 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1700 | |
| design | DesignForExtension | Method 'withPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 1700 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1700 | |
| misc | FinalParameters | Parameter value should be final. | 1700 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1705 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1705 | |
| misc | FinalParameters | Parameter value should be final. | 1705 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1710 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1710 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1710 | |
| misc | FinalParameters | Parameter value should be final. | 1710 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1715 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1715 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1715 | |
| misc | FinalParameters | Parameter value should be final. | 1715 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1720 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1720 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1720 | |
| misc | FinalParameters | Parameter value should be final. | 1720 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1725 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1725 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1725 | |
| misc | FinalParameters | Parameter value should be final. | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1730 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1730 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1730 | |
| misc | FinalParameters | Parameter value should be final. | 1730 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1735 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1735 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1735 | |
| misc | FinalParameters | Parameter value should be final. | 1735 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1740 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1740 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1740 | |
| misc | FinalParameters | Parameter value should be final. | 1740 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1745 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1745 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1745 | |
| misc | FinalParameters | Parameter value should be final. | 1745 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1750 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1750 | |
| misc | FinalParameters | Parameter value should be final. | 1750 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1755 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1755 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1755 | |
| misc | FinalParameters | Parameter value should be final. | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1760 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1760 | |
| misc | FinalParameters | Parameter value should be final. | 1760 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1765 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1765 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1765 | |
| misc | FinalParameters | Parameter value should be final. | 1765 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1770 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1770 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1770 | |
| misc | FinalParameters | Parameter value should be final. | 1770 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1775 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1775 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1775 | |
| misc | FinalParameters | Parameter value should be final. | 1775 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1780 | |
| design | DesignForExtension | Method 'withPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1780 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1780 | |
| misc | FinalParameters | Parameter value should be final. | 1780 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1785 | |
| design | DesignForExtension | Method 'withPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1785 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1785 | |
| misc | FinalParameters | Parameter value should be final. | 1785 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1790 | |
| design | DesignForExtension | Method 'withPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1790 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1790 | |
| misc | FinalParameters | Parameter value should be final. | 1790 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1795 | |
| design | DesignForExtension | Method 'withPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1795 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1795 | |
| misc | FinalParameters | Parameter value should be final. | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1800 | |
| design | DesignForExtension | Method 'withPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1800 | |
| misc | FinalParameters | Parameter value should be final. | 1800 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1805 | |
| design | DesignForExtension | Method 'withPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1805 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1805 | |
| misc | FinalParameters | Parameter value should be final. | 1805 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1810 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1810 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1810 | |
| misc | FinalParameters | Parameter value should be final. | 1810 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1815 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1815 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1815 | |
| misc | FinalParameters | Parameter value should be final. | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1820 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1820 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1820 | |
| misc | FinalParameters | Parameter value should be final. | 1820 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1825 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1825 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1825 | |
| misc | FinalParameters | Parameter value should be final. | 1825 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1830 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1830 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1830 | |
| misc | FinalParameters | Parameter value should be final. | 1830 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1835 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1835 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1835 | |
| misc | FinalParameters | Parameter value should be final. | 1835 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1840 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1840 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1840 | |
| misc | FinalParameters | Parameter value should be final. | 1840 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1845 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1845 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1845 | |
| misc | FinalParameters | Parameter value should be final. | 1845 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1850 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1850 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1850 | |
| misc | FinalParameters | Parameter value should be final. | 1850 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1855 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1855 | |
| misc | FinalParameters | Parameter value should be final. | 1855 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1860 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1860 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1860 | |
| misc | FinalParameters | Parameter value should be final. | 1860 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1865 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1865 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1865 | |
| misc | FinalParameters | Parameter value should be final. | 1865 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1870 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1870 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1870 | |
| misc | FinalParameters | Parameter value should be final. | 1870 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1875 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1875 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1875 | |
| misc | FinalParameters | Parameter value should be final. | 1875 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1880 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1880 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1880 | |
| misc | FinalParameters | Parameter value should be final. | 1880 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1885 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1885 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1885 | |
| misc | FinalParameters | Parameter value should be final. | 1885 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1890 | |
| design | DesignForExtension | Method 'withWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1890 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1890 | |
| misc | FinalParameters | Parameter value should be final. | 1890 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1895 | |
| design | DesignForExtension | Method 'withWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1895 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1895 | |
| misc | FinalParameters | Parameter value should be final. | 1895 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1900 | |
| design | DesignForExtension | Method 'withRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1900 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1900 | |
| misc | FinalParameters | Parameter value should be final. | 1900 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1905 | |
| design | DesignForExtension | Method 'withRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1905 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1905 | |
| misc | FinalParameters | Parameter value should be final. | 1905 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1910 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1910 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1917 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1917 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1917 | |
| misc | FinalParameters | Parameter locator should be final. | 1917 | |
| misc | FinalParameters | Parameter buffer should be final. | 1917 | |
| misc | FinalParameters | Parameter strategy should be final. | 1917 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1924 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1924 | |
| sizes | MethodLength | Method length is 278 lines (max allowed is 150). | 1924 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1924 | |
| misc | FinalParameters | Parameter locator should be final. | 1924 | |
| misc | FinalParameters | Parameter buffer should be final. | 1924 | |
| misc | FinalParameters | Parameter strategy should be final. | 1924 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1925 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1926 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1928 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1930 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1933 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1935 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1938 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1940 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1945 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1950 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1953 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1955 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1958 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1960 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1963 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1965 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1968 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1970 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1973 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1975 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1978 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1980 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1983 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1985 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1988 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1990 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1993 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1995 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1998 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2000 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2003 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2005 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 2008 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2010 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 2013 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2015 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2018 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2020 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2023 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2025 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2028 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2030 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2035 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2038 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2040 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 2043 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2045 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2048 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2050 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2053 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2055 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2058 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2060 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2063 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2065 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2068 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2070 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2073 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2075 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2078 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2080 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2083 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 2088 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2090 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 2093 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2095 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2098 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2100 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2102 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 2103 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2105 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2107 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 2108 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2110 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2113 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2115 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2118 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2120 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2123 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2125 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2128 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2130 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 2133 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2135 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 2138 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2140 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2143 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2145 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 2148 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2150 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 2153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2155 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 2158 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2160 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2163 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2165 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2168 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2170 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2173 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2175 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 2178 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2180 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 2183 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2185 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2188 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2190 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2195 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 2198 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 2203 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2203 | |
| sizes | MethodLength | Method length is 505 lines (max allowed is 150). | 2203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2203 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 2203 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 2203 | |
| misc | FinalParameters | Parameter object should be final. | 2203 | |
| misc | FinalParameters | Parameter strategy should be final. | 2203 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 2204 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 2204 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 2204 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2211 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2212 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2214 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2220 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2225 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2229 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2234 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 2243 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2247 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2252 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2256 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2265 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2270 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2274 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 2279 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2283 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2288 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2292 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 2297 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2301 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2306 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2310 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2315 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2319 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 2324 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2328 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2333 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2337 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2342 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2346 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2355 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 2360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2364 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 2369 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2373 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2378 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2382 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2387 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2391 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2396 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2400 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2409 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2414 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2418 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 2423 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2427 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2432 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2436 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2441 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2445 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2454 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2459 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2463 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2468 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2472 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2477 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2481 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2486 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2490 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2499 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2504 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2508 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 2513 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2517 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2522 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2526 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2528 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2530 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 2531 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2535 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2537 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2539 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 2540 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2544 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2549 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2553 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2558 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2562 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2567 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2571 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2576 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2580 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2585 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2589 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2594 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2598 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2603 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2607 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2612 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2616 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2621 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2625 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2630 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2634 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2639 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2643 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2648 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2652 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2657 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2661 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2666 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2670 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2675 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2679 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2684 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2688 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2693 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2697 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2702 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2709 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2709 | |
| misc | FinalParameters | Parameter object should be final. | 2709 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2714 | |
| sizes | MethodLength | Method length is 279 lines (max allowed is 150). | 2714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2714 | |
| misc | FinalParameters | Parameter locator should be final. | 2714 | |
| misc | FinalParameters | Parameter strategy should be final. | 2714 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2716 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2717 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2719 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2721 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2724 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2726 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2729 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2731 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2734 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2736 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2739 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2741 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2744 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2746 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2749 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2751 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2754 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2756 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2759 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2761 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2764 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2766 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2769 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2771 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2774 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2776 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 2779 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2781 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2784 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2786 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2789 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2791 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2794 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2796 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 2799 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2801 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 2804 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2806 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2809 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2811 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2814 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2816 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2819 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2821 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2824 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2826 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2829 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2831 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2834 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2836 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2839 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2841 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2844 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2846 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2849 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2851 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2854 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2856 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2859 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2861 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2864 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2866 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2869 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2871 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2874 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2876 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2879 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2881 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 2884 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2886 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2889 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2891 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2893 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2894 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2896 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2898 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 2899 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2901 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2904 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2906 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2909 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2911 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2914 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2916 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2919 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2921 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2924 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2926 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2929 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2931 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2934 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2936 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2939 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2941 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2944 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2946 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2949 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2951 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2954 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2956 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2959 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2961 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2964 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2966 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2969 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2971 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2974 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2976 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2979 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2981 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2984 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2986 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2989 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2994 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2994 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPoliticianSummaryDaily_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'avgTotalVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'avgAbsentVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'avgNoVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'avgYesVotes' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'avgAbstainVotes' must be private and have accessor methods. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,485 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 103 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 158 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 234 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 235 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 240 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 257 | |
| coding | MagicNumber | '255' is a magic number. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 271 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| misc | FinalParameters | Parameter value should be final. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| coding | MagicNumber | '255' is a magic number. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter value should be final. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| coding | MagicNumber | '255' is a magic number. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| misc | FinalParameters | Parameter value should be final. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| coding | MagicNumber | '255' is a magic number. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| coding | MagicNumber | '255' is a magic number. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter value should be final. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| javadoc | JavadocMethod | Expected an @return tag. | 383 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| coding | MagicNumber | '10' is a magic number. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| coding | MagicNumber | '20' is a magic number. | 406 | |
| coding | MagicNumber | '10' is a magic number. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter value should be final. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| coding | MagicNumber | '20' is a magic number. | 432 | |
| coding | MagicNumber | '10' is a magic number. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| misc | FinalParameters | Parameter value should be final. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| coding | MagicNumber | '20' is a magic number. | 458 | |
| coding | MagicNumber | '10' is a magic number. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| misc | FinalParameters | Parameter value should be final. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| coding | MagicNumber | '20' is a magic number. | 484 | |
| coding | MagicNumber | '10' is a magic number. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| misc | FinalParameters | Parameter value should be final. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| coding | MagicNumber | '20' is a magic number. | 510 | |
| coding | MagicNumber | '10' is a magic number. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| misc | FinalParameters | Parameter value should be final. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| coding | MagicNumber | '20' is a magic number. | 536 | |
| coding | MagicNumber | '10' is a magic number. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 549 | |
| misc | FinalParameters | Parameter value should be final. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| coding | MagicNumber | '20' is a magic number. | 562 | |
| coding | MagicNumber | '10' is a magic number. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 573 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| misc | FinalParameters | Parameter value should be final. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| coding | MagicNumber | '20' is a magic number. | 588 | |
| coding | MagicNumber | '10' is a magic number. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| misc | FinalParameters | Parameter value should be final. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| coding | MagicNumber | '20' is a magic number. | 614 | |
| coding | MagicNumber | '10' is a magic number. | 614 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| misc | FinalParameters | Parameter value should be final. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| coding | MagicNumber | '20' is a magic number. | 640 | |
| coding | MagicNumber | '10' is a magic number. | 640 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| misc | FinalParameters | Parameter value should be final. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| coding | MagicNumber | '20' is a magic number. | 666 | |
| coding | MagicNumber | '10' is a magic number. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 679 | |
| misc | FinalParameters | Parameter value should be final. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| coding | MagicNumber | '20' is a magic number. | 692 | |
| coding | MagicNumber | '10' is a magic number. | 692 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 703 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 705 | |
| misc | FinalParameters | Parameter value should be final. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'getPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| coding | MagicNumber | '20' is a magic number. | 718 | |
| coding | MagicNumber | '10' is a magic number. | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| design | DesignForExtension | Method 'setPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| misc | FinalParameters | Parameter value should be final. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'getPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| coding | MagicNumber | '20' is a magic number. | 744 | |
| coding | MagicNumber | '10' is a magic number. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 | |
| design | DesignForExtension | Method 'setPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 757 | |
| misc | FinalParameters | Parameter value should be final. | 757 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'getPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| coding | MagicNumber | '20' is a magic number. | 770 | |
| coding | MagicNumber | '10' is a magic number. | 770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 781 | |
| design | DesignForExtension | Method 'setPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 783 | |
| misc | FinalParameters | Parameter value should be final. | 783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'getPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| coding | MagicNumber | '20' is a magic number. | 796 | |
| coding | MagicNumber | '10' is a magic number. | 796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 803 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 807 | |
| design | DesignForExtension | Method 'setPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 809 | |
| misc | FinalParameters | Parameter value should be final. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| design | DesignForExtension | Method 'getPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| coding | MagicNumber | '20' is a magic number. | 822 | |
| coding | MagicNumber | '10' is a magic number. | 822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 833 | |
| design | DesignForExtension | Method 'setPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 835 | |
| misc | FinalParameters | Parameter value should be final. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| design | DesignForExtension | Method 'getPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| coding | MagicNumber | '20' is a magic number. | 848 | |
| coding | MagicNumber | '10' is a magic number. | 848 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 859 | |
| design | DesignForExtension | Method 'setPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 861 | |
| misc | FinalParameters | Parameter value should be final. | 861 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| coding | MagicNumber | '20' is a magic number. | 874 | |
| coding | MagicNumber | '10' is a magic number. | 874 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 885 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| misc | FinalParameters | Parameter value should be final. | 887 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| coding | MagicNumber | '20' is a magic number. | 900 | |
| coding | MagicNumber | '10' is a magic number. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 907 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 911 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| misc | FinalParameters | Parameter value should be final. | 913 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| coding | MagicNumber | '20' is a magic number. | 926 | |
| coding | MagicNumber | '10' is a magic number. | 926 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 933 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 939 | |
| misc | FinalParameters | Parameter value should be final. | 939 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| coding | MagicNumber | '20' is a magic number. | 952 | |
| coding | MagicNumber | '10' is a magic number. | 952 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 959 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 963 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| misc | FinalParameters | Parameter value should be final. | 965 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| coding | MagicNumber | '20' is a magic number. | 978 | |
| coding | MagicNumber | '10' is a magic number. | 978 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 985 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 991 | |
| misc | FinalParameters | Parameter value should be final. | 991 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| coding | MagicNumber | '20' is a magic number. | 1004 | |
| coding | MagicNumber | '10' is a magic number. | 1004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1011 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1015 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
| misc | FinalParameters | Parameter value should be final. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| coding | MagicNumber | '20' is a magic number. | 1030 | |
| coding | MagicNumber | '10' is a magic number. | 1030 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1037 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1049 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1055 | |
| coding | MagicNumber | '20' is a magic number. | 1056 | |
| coding | MagicNumber | '10' is a magic number. | 1056 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1063 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| misc | FinalParameters | Parameter value should be final. | 1069 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1079 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| coding | MagicNumber | '20' is a magic number. | 1082 | |
| coding | MagicNumber | '10' is a magic number. | 1082 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1093 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1095 | |
| misc | FinalParameters | Parameter value should be final. | 1095 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1107 | |
| coding | MagicNumber | '20' is a magic number. | 1108 | |
| coding | MagicNumber | '10' is a magic number. | 1108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1119 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1121 | |
| misc | FinalParameters | Parameter value should be final. | 1121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1131 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| coding | MagicNumber | '20' is a magic number. | 1134 | |
| coding | MagicNumber | '10' is a magic number. | 1134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1145 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1147 | |
| misc | FinalParameters | Parameter value should be final. | 1147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1159 | |
| coding | MagicNumber | '20' is a magic number. | 1160 | |
| coding | MagicNumber | '10' is a magic number. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1171 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| misc | FinalParameters | Parameter value should be final. | 1173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1183 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1185 | |
| coding | MagicNumber | '20' is a magic number. | 1186 | |
| coding | MagicNumber | '10' is a magic number. | 1186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1197 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1199 | |
| misc | FinalParameters | Parameter value should be final. | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1209 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| coding | MagicNumber | '20' is a magic number. | 1212 | |
| coding | MagicNumber | '10' is a magic number. | 1212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1223 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1225 | |
| misc | FinalParameters | Parameter value should be final. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1235 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1237 | |
| coding | MagicNumber | '20' is a magic number. | 1238 | |
| coding | MagicNumber | '10' is a magic number. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1249 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1251 | |
| misc | FinalParameters | Parameter value should be final. | 1251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1261 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1263 | |
| coding | MagicNumber | '20' is a magic number. | 1264 | |
| coding | MagicNumber | '10' is a magic number. | 1264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1275 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1277 | |
| misc | FinalParameters | Parameter value should be final. | 1277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1287 | |
| design | DesignForExtension | Method 'getWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1289 | |
| coding | MagicNumber | '20' is a magic number. | 1290 | |
| coding | MagicNumber | '10' is a magic number. | 1290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1301 | |
| design | DesignForExtension | Method 'setWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1303 | |
| misc | FinalParameters | Parameter value should be final. | 1303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1313 | |
| design | DesignForExtension | Method 'getWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1315 | |
| coding | MagicNumber | '20' is a magic number. | 1316 | |
| coding | MagicNumber | '10' is a magic number. | 1316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1327 | |
| design | DesignForExtension | Method 'setWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1329 | |
| misc | FinalParameters | Parameter value should be final. | 1329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1339 | |
| design | DesignForExtension | Method 'getRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1341 | |
| coding | MagicNumber | '20' is a magic number. | 1342 | |
| coding | MagicNumber | '10' is a magic number. | 1342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1353 | |
| design | DesignForExtension | Method 'setRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1355 | |
| misc | FinalParameters | Parameter value should be final. | 1355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1365 | |
| design | DesignForExtension | Method 'getRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1367 | |
| coding | MagicNumber | '20' is a magic number. | 1368 | |
| coding | MagicNumber | '10' is a magic number. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1379 | |
| design | DesignForExtension | Method 'setRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1381 | |
| misc | FinalParameters | Parameter value should be final. | 1381 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 1385 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1385 | |
| misc | FinalParameters | Parameter value should be final. | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1390 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 1390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1390 | |
| misc | FinalParameters | Parameter value should be final. | 1390 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1395 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 1395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1395 | |
| misc | FinalParameters | Parameter value should be final. | 1395 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1400 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 1400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1400 | |
| misc | FinalParameters | Parameter value should be final. | 1400 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1405 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 1405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1405 | |
| misc | FinalParameters | Parameter value should be final. | 1405 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1410 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 1410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1410 | |
| misc | FinalParameters | Parameter value should be final. | 1410 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1415 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1415 | |
| misc | FinalParameters | Parameter value should be final. | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1420 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1420 | |
| misc | FinalParameters | Parameter value should be final. | 1420 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1425 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1425 | |
| misc | FinalParameters | Parameter value should be final. | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1430 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1430 | |
| misc | FinalParameters | Parameter value should be final. | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1435 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1435 | |
| misc | FinalParameters | Parameter value should be final. | 1435 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1440 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1440 | |
| misc | FinalParameters | Parameter value should be final. | 1440 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1445 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1445 | |
| misc | FinalParameters | Parameter value should be final. | 1445 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1450 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1450 | |
| misc | FinalParameters | Parameter value should be final. | 1450 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1455 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1455 | |
| misc | FinalParameters | Parameter value should be final. | 1455 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1460 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1460 | |
| misc | FinalParameters | Parameter value should be final. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1465 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1465 | |
| misc | FinalParameters | Parameter value should be final. | 1465 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1470 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1470 | |
| misc | FinalParameters | Parameter value should be final. | 1470 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1475 | |
| design | DesignForExtension | Method 'withPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1475 | |
| misc | FinalParameters | Parameter value should be final. | 1475 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1480 | |
| design | DesignForExtension | Method 'withPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1480 | |
| misc | FinalParameters | Parameter value should be final. | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1485 | |
| design | DesignForExtension | Method 'withPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1485 | |
| misc | FinalParameters | Parameter value should be final. | 1485 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1490 | |
| design | DesignForExtension | Method 'withPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1490 | |
| misc | FinalParameters | Parameter value should be final. | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1495 | |
| design | DesignForExtension | Method 'withPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1495 | |
| misc | FinalParameters | Parameter value should be final. | 1495 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1500 | |
| design | DesignForExtension | Method 'withPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1500 | |
| misc | FinalParameters | Parameter value should be final. | 1500 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1505 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1505 | |
| misc | FinalParameters | Parameter value should be final. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1510 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1510 | |
| misc | FinalParameters | Parameter value should be final. | 1510 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1515 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1515 | |
| misc | FinalParameters | Parameter value should be final. | 1515 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1520 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1520 | |
| misc | FinalParameters | Parameter value should be final. | 1520 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1525 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1525 | |
| misc | FinalParameters | Parameter value should be final. | 1525 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1530 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1530 | |
| misc | FinalParameters | Parameter value should be final. | 1530 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1535 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1535 | |
| misc | FinalParameters | Parameter value should be final. | 1535 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1540 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1540 | |
| misc | FinalParameters | Parameter value should be final. | 1540 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1545 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1545 | |
| misc | FinalParameters | Parameter value should be final. | 1545 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1550 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1550 | |
| misc | FinalParameters | Parameter value should be final. | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1555 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 | |
| misc | FinalParameters | Parameter value should be final. | 1555 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1560 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1560 | |
| misc | FinalParameters | Parameter value should be final. | 1560 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1565 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1565 | |
| misc | FinalParameters | Parameter value should be final. | 1565 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1570 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1570 | |
| misc | FinalParameters | Parameter value should be final. | 1570 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1575 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1575 | |
| misc | FinalParameters | Parameter value should be final. | 1575 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1580 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1580 | |
| misc | FinalParameters | Parameter value should be final. | 1580 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1585 | |
| design | DesignForExtension | Method 'withWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1585 | |
| misc | FinalParameters | Parameter value should be final. | 1585 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1590 | |
| design | DesignForExtension | Method 'withWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1590 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1590 | |
| misc | FinalParameters | Parameter value should be final. | 1590 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1595 | |
| design | DesignForExtension | Method 'withRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1595 | |
| misc | FinalParameters | Parameter value should be final. | 1595 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1600 | |
| design | DesignForExtension | Method 'withRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1600 | |
| misc | FinalParameters | Parameter value should be final. | 1600 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1605 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1612 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1612 | |
| misc | FinalParameters | Parameter locator should be final. | 1612 | |
| misc | FinalParameters | Parameter buffer should be final. | 1612 | |
| misc | FinalParameters | Parameter strategy should be final. | 1612 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1619 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1619 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 1619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1619 | |
| misc | FinalParameters | Parameter locator should be final. | 1619 | |
| misc | FinalParameters | Parameter buffer should be final. | 1619 | |
| misc | FinalParameters | Parameter strategy should be final. | 1619 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1620 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1623 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1625 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1628 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1630 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1633 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1635 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1640 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1645 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1648 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1650 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1653 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1658 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1660 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1663 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1665 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1668 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1670 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1675 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1678 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1680 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1683 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1685 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1688 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1690 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1693 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1695 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1698 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1700 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1703 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1705 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1708 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1710 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1713 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1715 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1718 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1720 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1723 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1728 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1730 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1733 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1735 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1738 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1740 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1743 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1745 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1748 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1750 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1753 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1758 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1760 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1763 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1765 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1768 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1770 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1775 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1778 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1780 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1783 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1785 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1788 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1790 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1793 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1798 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1800 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1803 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1805 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1808 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1810 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1813 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1818 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1820 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1823 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1825 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1828 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1830 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1833 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1835 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1838 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1843 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1843 | |
| sizes | MethodLength | Method length is 406 lines (max allowed is 150). | 1843 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1843 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1843 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1843 | |
| misc | FinalParameters | Parameter object should be final. | 1843 | |
| misc | FinalParameters | Parameter strategy should be final. | 1843 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1844 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1844 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1844 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1850 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1851 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1854 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1856 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1860 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1865 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1869 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1874 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1878 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1883 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1887 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1892 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1896 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1901 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1905 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1910 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1914 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1919 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1923 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1928 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1932 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1937 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1941 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1946 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1950 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1955 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1959 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1964 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1968 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1973 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1977 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1982 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1986 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1991 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1995 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2000 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2004 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2009 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2013 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2018 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2022 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2027 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2031 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2036 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2040 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2045 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2049 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 2054 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2058 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2063 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2067 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2069 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2071 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 2072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2076 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2078 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2080 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 2081 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2090 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2094 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2099 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2103 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2108 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2112 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2121 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2126 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2130 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2135 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2139 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2144 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2148 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2157 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2162 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2166 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2171 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2175 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2180 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2184 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2193 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2202 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2211 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2220 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2225 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2229 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2234 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2243 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2250 | |
| misc | FinalParameters | Parameter object should be final. | 2250 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2255 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 2255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2255 | |
| misc | FinalParameters | Parameter locator should be final. | 2255 | |
| misc | FinalParameters | Parameter strategy should be final. | 2255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2257 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2258 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2260 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2262 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2267 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2270 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2272 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2275 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2277 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2280 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2282 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2287 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2292 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2297 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2302 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2307 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2310 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2312 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2315 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2317 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2320 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2322 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2325 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2327 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2330 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2332 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2335 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2337 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2340 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2342 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2345 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2347 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2350 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2352 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2355 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2357 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2362 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2365 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2367 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 2370 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2372 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2375 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2377 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2379 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2380 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2382 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2384 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 2385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2387 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2392 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2397 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2400 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2402 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2407 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2412 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2417 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2422 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2427 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2432 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2437 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2442 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2447 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2452 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2457 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2460 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2462 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2467 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2472 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2475 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2480 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPoliticianSummaryMonthly_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,485 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 103 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 158 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 234 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 235 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 240 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 257 | |
| coding | MagicNumber | '255' is a magic number. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 271 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| misc | FinalParameters | Parameter value should be final. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| coding | MagicNumber | '255' is a magic number. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter value should be final. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| coding | MagicNumber | '255' is a magic number. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| misc | FinalParameters | Parameter value should be final. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| coding | MagicNumber | '255' is a magic number. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| coding | MagicNumber | '255' is a magic number. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter value should be final. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| javadoc | JavadocMethod | Expected an @return tag. | 383 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| coding | MagicNumber | '10' is a magic number. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| coding | MagicNumber | '20' is a magic number. | 406 | |
| coding | MagicNumber | '10' is a magic number. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter value should be final. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| coding | MagicNumber | '20' is a magic number. | 432 | |
| coding | MagicNumber | '10' is a magic number. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| misc | FinalParameters | Parameter value should be final. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| coding | MagicNumber | '20' is a magic number. | 458 | |
| coding | MagicNumber | '10' is a magic number. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| misc | FinalParameters | Parameter value should be final. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| coding | MagicNumber | '20' is a magic number. | 484 | |
| coding | MagicNumber | '10' is a magic number. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| misc | FinalParameters | Parameter value should be final. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| coding | MagicNumber | '20' is a magic number. | 510 | |
| coding | MagicNumber | '10' is a magic number. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| misc | FinalParameters | Parameter value should be final. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| coding | MagicNumber | '20' is a magic number. | 536 | |
| coding | MagicNumber | '10' is a magic number. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 547 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 549 | |
| misc | FinalParameters | Parameter value should be final. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| coding | MagicNumber | '20' is a magic number. | 562 | |
| coding | MagicNumber | '10' is a magic number. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 573 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 575 | |
| misc | FinalParameters | Parameter value should be final. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'getPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| coding | MagicNumber | '20' is a magic number. | 588 | |
| coding | MagicNumber | '10' is a magic number. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| design | DesignForExtension | Method 'setPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| misc | FinalParameters | Parameter value should be final. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'getPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| coding | MagicNumber | '20' is a magic number. | 614 | |
| coding | MagicNumber | '10' is a magic number. | 614 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| design | DesignForExtension | Method 'setPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| misc | FinalParameters | Parameter value should be final. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'getPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| coding | MagicNumber | '20' is a magic number. | 640 | |
| coding | MagicNumber | '10' is a magic number. | 640 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 647 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| design | DesignForExtension | Method 'setPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| misc | FinalParameters | Parameter value should be final. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'getPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| coding | MagicNumber | '20' is a magic number. | 666 | |
| coding | MagicNumber | '10' is a magic number. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| design | DesignForExtension | Method 'setPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 679 | |
| misc | FinalParameters | Parameter value should be final. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'getPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| coding | MagicNumber | '20' is a magic number. | 692 | |
| coding | MagicNumber | '10' is a magic number. | 692 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 703 | |
| design | DesignForExtension | Method 'setPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 705 | |
| misc | FinalParameters | Parameter value should be final. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'getPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| coding | MagicNumber | '20' is a magic number. | 718 | |
| coding | MagicNumber | '10' is a magic number. | 718 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| design | DesignForExtension | Method 'setPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| misc | FinalParameters | Parameter value should be final. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'getPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| coding | MagicNumber | '20' is a magic number. | 744 | |
| coding | MagicNumber | '10' is a magic number. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 | |
| design | DesignForExtension | Method 'setPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 757 | |
| misc | FinalParameters | Parameter value should be final. | 757 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'getPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| coding | MagicNumber | '20' is a magic number. | 770 | |
| coding | MagicNumber | '10' is a magic number. | 770 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 777 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 781 | |
| design | DesignForExtension | Method 'setPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 783 | |
| misc | FinalParameters | Parameter value should be final. | 783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 793 | |
| design | DesignForExtension | Method 'getPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 795 | |
| coding | MagicNumber | '20' is a magic number. | 796 | |
| coding | MagicNumber | '10' is a magic number. | 796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 803 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 807 | |
| design | DesignForExtension | Method 'setPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 809 | |
| misc | FinalParameters | Parameter value should be final. | 809 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| design | DesignForExtension | Method 'getPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| coding | MagicNumber | '20' is a magic number. | 822 | |
| coding | MagicNumber | '10' is a magic number. | 822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 833 | |
| design | DesignForExtension | Method 'setPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 835 | |
| misc | FinalParameters | Parameter value should be final. | 835 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 845 | |
| design | DesignForExtension | Method 'getPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| coding | MagicNumber | '20' is a magic number. | 848 | |
| coding | MagicNumber | '10' is a magic number. | 848 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 859 | |
| design | DesignForExtension | Method 'setPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 861 | |
| misc | FinalParameters | Parameter value should be final. | 861 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 871 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| coding | MagicNumber | '20' is a magic number. | 874 | |
| coding | MagicNumber | '10' is a magic number. | 874 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 885 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| misc | FinalParameters | Parameter value should be final. | 887 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 893 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 897 | |
| design | DesignForExtension | Method 'getPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| coding | MagicNumber | '20' is a magic number. | 900 | |
| coding | MagicNumber | '10' is a magic number. | 900 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 907 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 911 | |
| design | DesignForExtension | Method 'setPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| misc | FinalParameters | Parameter value should be final. | 913 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| design | DesignForExtension | Method 'getPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| coding | MagicNumber | '20' is a magic number. | 926 | |
| coding | MagicNumber | '10' is a magic number. | 926 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 933 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 937 | |
| design | DesignForExtension | Method 'setPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 939 | |
| misc | FinalParameters | Parameter value should be final. | 939 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 949 | |
| design | DesignForExtension | Method 'getPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 951 | |
| coding | MagicNumber | '20' is a magic number. | 952 | |
| coding | MagicNumber | '10' is a magic number. | 952 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 959 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 963 | |
| design | DesignForExtension | Method 'setPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 965 | |
| misc | FinalParameters | Parameter value should be final. | 965 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 971 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| design | DesignForExtension | Method 'getPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 977 | |
| coding | MagicNumber | '20' is a magic number. | 978 | |
| coding | MagicNumber | '10' is a magic number. | 978 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 985 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 989 | |
| design | DesignForExtension | Method 'setPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 991 | |
| misc | FinalParameters | Parameter value should be final. | 991 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 997 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'getPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| coding | MagicNumber | '20' is a magic number. | 1004 | |
| coding | MagicNumber | '10' is a magic number. | 1004 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1011 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1015 | |
| design | DesignForExtension | Method 'setPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
| misc | FinalParameters | Parameter value should be final. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'getPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| coding | MagicNumber | '20' is a magic number. | 1030 | |
| coding | MagicNumber | '10' is a magic number. | 1030 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1037 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1041 | |
| design | DesignForExtension | Method 'setPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| misc | FinalParameters | Parameter value should be final. | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1049 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1053 | |
| design | DesignForExtension | Method 'getPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1055 | |
| coding | MagicNumber | '20' is a magic number. | 1056 | |
| coding | MagicNumber | '10' is a magic number. | 1056 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1063 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| design | DesignForExtension | Method 'setPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| misc | FinalParameters | Parameter value should be final. | 1069 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1075 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1079 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| coding | MagicNumber | '20' is a magic number. | 1082 | |
| coding | MagicNumber | '10' is a magic number. | 1082 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1093 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1095 | |
| misc | FinalParameters | Parameter value should be final. | 1095 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1107 | |
| coding | MagicNumber | '20' is a magic number. | 1108 | |
| coding | MagicNumber | '10' is a magic number. | 1108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1119 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1121 | |
| misc | FinalParameters | Parameter value should be final. | 1121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1131 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| coding | MagicNumber | '20' is a magic number. | 1134 | |
| coding | MagicNumber | '10' is a magic number. | 1134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1145 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1147 | |
| misc | FinalParameters | Parameter value should be final. | 1147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1159 | |
| coding | MagicNumber | '20' is a magic number. | 1160 | |
| coding | MagicNumber | '10' is a magic number. | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1171 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1173 | |
| misc | FinalParameters | Parameter value should be final. | 1173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1183 | |
| design | DesignForExtension | Method 'getPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1185 | |
| coding | MagicNumber | '20' is a magic number. | 1186 | |
| coding | MagicNumber | '10' is a magic number. | 1186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1197 | |
| design | DesignForExtension | Method 'setPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1199 | |
| misc | FinalParameters | Parameter value should be final. | 1199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1209 | |
| design | DesignForExtension | Method 'getPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1211 | |
| coding | MagicNumber | '20' is a magic number. | 1212 | |
| coding | MagicNumber | '10' is a magic number. | 1212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1223 | |
| design | DesignForExtension | Method 'setPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1225 | |
| misc | FinalParameters | Parameter value should be final. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1235 | |
| design | DesignForExtension | Method 'getApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1237 | |
| coding | MagicNumber | '20' is a magic number. | 1238 | |
| coding | MagicNumber | '10' is a magic number. | 1238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1249 | |
| design | DesignForExtension | Method 'setApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1251 | |
| misc | FinalParameters | Parameter value should be final. | 1251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1261 | |
| design | DesignForExtension | Method 'getApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1263 | |
| coding | MagicNumber | '20' is a magic number. | 1264 | |
| coding | MagicNumber | '10' is a magic number. | 1264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1275 | |
| design | DesignForExtension | Method 'setApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1277 | |
| misc | FinalParameters | Parameter value should be final. | 1277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1287 | |
| design | DesignForExtension | Method 'getWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1289 | |
| coding | MagicNumber | '20' is a magic number. | 1290 | |
| coding | MagicNumber | '10' is a magic number. | 1290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1301 | |
| design | DesignForExtension | Method 'setWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1303 | |
| misc | FinalParameters | Parameter value should be final. | 1303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1313 | |
| design | DesignForExtension | Method 'getWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1315 | |
| coding | MagicNumber | '20' is a magic number. | 1316 | |
| coding | MagicNumber | '10' is a magic number. | 1316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1327 | |
| design | DesignForExtension | Method 'setWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1329 | |
| misc | FinalParameters | Parameter value should be final. | 1329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1339 | |
| design | DesignForExtension | Method 'getRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1341 | |
| coding | MagicNumber | '20' is a magic number. | 1342 | |
| coding | MagicNumber | '10' is a magic number. | 1342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1353 | |
| design | DesignForExtension | Method 'setRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1355 | |
| misc | FinalParameters | Parameter value should be final. | 1355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1365 | |
| design | DesignForExtension | Method 'getRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1367 | |
| coding | MagicNumber | '20' is a magic number. | 1368 | |
| coding | MagicNumber | '10' is a magic number. | 1368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1379 | |
| design | DesignForExtension | Method 'setRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1381 | |
| misc | FinalParameters | Parameter value should be final. | 1381 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1385 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 1385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1385 | |
| misc | FinalParameters | Parameter value should be final. | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1390 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 1390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1390 | |
| misc | FinalParameters | Parameter value should be final. | 1390 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1395 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 1395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1395 | |
| misc | FinalParameters | Parameter value should be final. | 1395 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1400 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 1400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1400 | |
| misc | FinalParameters | Parameter value should be final. | 1400 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1405 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 1405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1405 | |
| misc | FinalParameters | Parameter value should be final. | 1405 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1410 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 1410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1410 | |
| misc | FinalParameters | Parameter value should be final. | 1410 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1415 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1415 | |
| misc | FinalParameters | Parameter value should be final. | 1415 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1420 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1420 | |
| misc | FinalParameters | Parameter value should be final. | 1420 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1425 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1425 | |
| misc | FinalParameters | Parameter value should be final. | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1430 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1430 | |
| misc | FinalParameters | Parameter value should be final. | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1435 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1435 | |
| misc | FinalParameters | Parameter value should be final. | 1435 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1440 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1440 | |
| misc | FinalParameters | Parameter value should be final. | 1440 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1445 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1445 | |
| misc | FinalParameters | Parameter value should be final. | 1445 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1450 | |
| design | DesignForExtension | Method 'withPartyTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 1450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1450 | |
| misc | FinalParameters | Parameter value should be final. | 1450 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1455 | |
| design | DesignForExtension | Method 'withPartyYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1455 | |
| misc | FinalParameters | Parameter value should be final. | 1455 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1460 | |
| design | DesignForExtension | Method 'withPartyNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1460 | |
| misc | FinalParameters | Parameter value should be final. | 1460 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1465 | |
| design | DesignForExtension | Method 'withPartyAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1465 | |
| misc | FinalParameters | Parameter value should be final. | 1465 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1470 | |
| design | DesignForExtension | Method 'withPartyAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1470 | |
| misc | FinalParameters | Parameter value should be final. | 1470 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1475 | |
| design | DesignForExtension | Method 'withPoliticianYesVotes' is not designed for extension - needs to be abstract, final or empty. | 1475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1475 | |
| misc | FinalParameters | Parameter value should be final. | 1475 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1480 | |
| design | DesignForExtension | Method 'withPoliticianNoVotes' is not designed for extension - needs to be abstract, final or empty. | 1480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1480 | |
| misc | FinalParameters | Parameter value should be final. | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1485 | |
| design | DesignForExtension | Method 'withPoliticianAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 1485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1485 | |
| misc | FinalParameters | Parameter value should be final. | 1485 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1490 | |
| design | DesignForExtension | Method 'withPoliticianAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 1490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1490 | |
| misc | FinalParameters | Parameter value should be final. | 1490 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1495 | |
| design | DesignForExtension | Method 'withPoliticianPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1495 | |
| misc | FinalParameters | Parameter value should be final. | 1495 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1500 | |
| design | DesignForExtension | Method 'withPoliticianPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1500 | |
| misc | FinalParameters | Parameter value should be final. | 1500 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1505 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1505 | |
| misc | FinalParameters | Parameter value should be final. | 1505 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1510 | |
| design | DesignForExtension | Method 'withPoliticianPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1510 | |
| misc | FinalParameters | Parameter value should be final. | 1510 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1515 | |
| design | DesignForExtension | Method 'withPartyAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 1515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1515 | |
| misc | FinalParameters | Parameter value should be final. | 1515 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1520 | |
| design | DesignForExtension | Method 'withPartyAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 1520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1520 | |
| misc | FinalParameters | Parameter value should be final. | 1520 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1525 | |
| design | DesignForExtension | Method 'withPartyPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1525 | |
| misc | FinalParameters | Parameter value should be final. | 1525 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1530 | |
| design | DesignForExtension | Method 'withPartyPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1530 | |
| misc | FinalParameters | Parameter value should be final. | 1530 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1535 | |
| design | DesignForExtension | Method 'withPartyPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1535 | |
| misc | FinalParameters | Parameter value should be final. | 1535 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1540 | |
| design | DesignForExtension | Method 'withPartyPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1540 | |
| misc | FinalParameters | Parameter value should be final. | 1540 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1545 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 1545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1545 | |
| misc | FinalParameters | Parameter value should be final. | 1545 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1550 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 1550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1550 | |
| misc | FinalParameters | Parameter value should be final. | 1550 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1555 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 1555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 | |
| misc | FinalParameters | Parameter value should be final. | 1555 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1560 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 1560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1560 | |
| misc | FinalParameters | Parameter value should be final. | 1560 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1565 | |
| design | DesignForExtension | Method 'withPartyWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1565 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1565 | |
| misc | FinalParameters | Parameter value should be final. | 1565 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1570 | |
| design | DesignForExtension | Method 'withPartyWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1570 | |
| misc | FinalParameters | Parameter value should be final. | 1570 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1575 | |
| design | DesignForExtension | Method 'withApprovedTotal' is not designed for extension - needs to be abstract, final or empty. | 1575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1575 | |
| misc | FinalParameters | Parameter value should be final. | 1575 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1580 | |
| design | DesignForExtension | Method 'withApprovedPercentage' is not designed for extension - needs to be abstract, final or empty. | 1580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1580 | |
| misc | FinalParameters | Parameter value should be final. | 1580 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1585 | |
| design | DesignForExtension | Method 'withWonPercentage' is not designed for extension - needs to be abstract, final or empty. | 1585 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1585 | |
| misc | FinalParameters | Parameter value should be final. | 1585 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1590 | |
| design | DesignForExtension | Method 'withWonTotal' is not designed for extension - needs to be abstract, final or empty. | 1590 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1590 | |
| misc | FinalParameters | Parameter value should be final. | 1590 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1595 | |
| design | DesignForExtension | Method 'withRebelPercentage' is not designed for extension - needs to be abstract, final or empty. | 1595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1595 | |
| misc | FinalParameters | Parameter value should be final. | 1595 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1600 | |
| design | DesignForExtension | Method 'withRebelTotal' is not designed for extension - needs to be abstract, final or empty. | 1600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1600 | |
| misc | FinalParameters | Parameter value should be final. | 1600 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1605 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1612 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1612 | |
| misc | FinalParameters | Parameter locator should be final. | 1612 | |
| misc | FinalParameters | Parameter buffer should be final. | 1612 | |
| misc | FinalParameters | Parameter strategy should be final. | 1612 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1619 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1619 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 1619 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1619 | |
| misc | FinalParameters | Parameter locator should be final. | 1619 | |
| misc | FinalParameters | Parameter buffer should be final. | 1619 | |
| misc | FinalParameters | Parameter strategy should be final. | 1619 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1620 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1621 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1623 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1625 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1628 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1630 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1633 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1635 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1640 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1645 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1648 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1650 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1653 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1655 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1658 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1660 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1663 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1665 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1668 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1670 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1675 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1678 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1680 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1683 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1685 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1688 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1690 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1693 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1695 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1698 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1700 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1703 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1705 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1708 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1710 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1713 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1715 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1718 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1720 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1723 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1725 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1728 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1730 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1733 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1735 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1738 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1740 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1742 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1743 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1745 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1747 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1748 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1750 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1753 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1755 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1758 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1760 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1763 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1765 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1768 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1770 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1775 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1778 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1780 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1783 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1785 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1788 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1790 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1793 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1795 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1798 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1800 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1803 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1805 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1808 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1810 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1813 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1815 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1818 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1820 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1823 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1825 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1828 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1830 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1833 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1835 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1838 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1843 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1843 | |
| sizes | MethodLength | Method length is 406 lines (max allowed is 150). | 1843 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1843 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1843 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1843 | |
| misc | FinalParameters | Parameter object should be final. | 1843 | |
| misc | FinalParameters | Parameter strategy should be final. | 1843 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1844 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1844 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1844 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1850 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1851 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1852 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1854 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1856 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1860 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1865 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1869 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1874 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1878 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1883 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1887 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1892 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1896 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1901 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1905 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1910 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1914 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1919 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1923 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1928 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1932 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1937 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1941 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1946 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1950 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1955 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1959 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1964 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1968 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1973 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1977 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1982 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1986 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1991 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1995 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2000 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2004 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2009 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2013 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2018 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2022 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2027 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2031 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2036 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2040 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2045 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2049 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 2054 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2058 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2063 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2067 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2069 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2071 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 2072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2076 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2078 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2080 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 2081 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2090 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2094 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2099 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2103 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2108 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2112 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2121 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 2126 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2130 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 2135 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2139 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2144 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2148 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 2153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2157 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 2162 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2166 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 2171 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2175 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2180 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2184 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2193 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2202 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 2207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2211 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 2216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2220 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 2225 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2229 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 2234 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2238 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 2243 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 2250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2250 | |
| misc | FinalParameters | Parameter object should be final. | 2250 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2255 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 2255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2255 | |
| misc | FinalParameters | Parameter locator should be final. | 2255 | |
| misc | FinalParameters | Parameter strategy should be final. | 2255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2257 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2258 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2260 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2262 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 2265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2267 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2270 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2272 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 2275 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2277 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 2280 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2282 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2287 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2292 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2297 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2302 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2307 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 2310 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2312 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2315 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2317 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 2320 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2322 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2325 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2327 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2330 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2332 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2335 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2337 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2340 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2342 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2345 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2347 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2350 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2352 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2355 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2357 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2362 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2365 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2367 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 2370 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2372 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2375 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2377 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2379 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 2380 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2382 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2384 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 2385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2387 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2392 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2397 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2400 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2402 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2407 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 2410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2412 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 2415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2417 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2422 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 2425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2427 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 2430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2432 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 2435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2437 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2442 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2447 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2452 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 2455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2457 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 2460 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2462 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 2465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2467 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 2470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 2472 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 2475 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 2480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2480 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPoliticianSummaryWeekly_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'politicianYesVotes' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'wonPercentage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'politicianAbstainVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'wonTotal' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'approvedPercentage' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'politicianAbsentVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'politicianPercentageYes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyWonPercentage' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbsent' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'politicianPercentageAbstain' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'partyWonTotal' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'approvedTotal' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'politicianNoVotes' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'rebelTotal' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'partyAvgPercentageMale' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'politicianPercentageNo' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'rebelPercentage' must be private and have accessor methods. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotPoliticianSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rebel' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyNoVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'partyPercentageYes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'partyYesVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'partyTotalVotes' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'won' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'partyNoWinner' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'vote' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'partyPercentageNo' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'partyPercentageAbsent' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'partyPercentageMale' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'partyApproved' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'partyPercentageAbstain' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'partyAbsentVotes' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'partyAbstainVotes' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'partyWon' must be private and have accessor methods. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'partyAvgBornYear' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 159 | |
| coding | MagicNumber | '255' is a magic number. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 160 | |
| coding | MagicNumber | '255' is a magic number. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 161 | |
| coding | MagicNumber | '255' is a magic number. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| misc | FinalParameters | Parameter value should be final. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| coding | MagicNumber | '255' is a magic number. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'getBallotType' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| coding | MagicNumber | '255' is a magic number. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'setBallotType' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| coding | MagicNumber | '255' is a magic number. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| misc | FinalParameters | Parameter value should be final. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| coding | MagicNumber | '20' is a magic number. | 293 | |
| coding | MagicNumber | '10' is a magic number. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| misc | FinalParameters | Parameter value should be final. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| javadoc | JavadocMethod | Expected an @return tag. | 314 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| coding | MagicNumber | '20' is a magic number. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| misc | FinalParameters | Parameter value should be final. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| javadoc | JavadocMethod | Expected an @return tag. | 332 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| coding | MagicNumber | '20' is a magic number. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter value should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| javadoc | JavadocMethod | Expected an @return tag. | 350 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| coding | MagicNumber | '20' is a magic number. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| misc | FinalParameters | Parameter value should be final. | 360 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| javadoc | JavadocMethod | Expected an @return tag. | 368 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| coding | MagicNumber | '20' is a magic number. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| misc | FinalParameters | Parameter value should be final. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| javadoc | JavadocMethod | Expected an @return tag. | 386 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| coding | MagicNumber | '20' is a magic number. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| misc | FinalParameters | Parameter value should be final. | 396 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| javadoc | JavadocMethod | Expected an @return tag. | 404 | |
| design | DesignForExtension | Method 'isApproved' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| design | DesignForExtension | Method 'setApproved' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| misc | FinalParameters | Parameter value should be final. | 414 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| javadoc | JavadocMethod | Expected an @return tag. | 422 | |
| design | DesignForExtension | Method 'isNoWinner' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| design | DesignForExtension | Method 'setNoWinner' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| misc | FinalParameters | Parameter value should be final. | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| coding | MagicNumber | '20' is a magic number. | 445 | |
| coding | MagicNumber | '10' is a magic number. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| misc | FinalParameters | Parameter value should be final. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| coding | MagicNumber | '20' is a magic number. | 471 | |
| coding | MagicNumber | '10' is a magic number. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 482 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| misc | FinalParameters | Parameter value should be final. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| coding | MagicNumber | '20' is a magic number. | 497 | |
| coding | MagicNumber | '10' is a magic number. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| misc | FinalParameters | Parameter value should be final. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| coding | MagicNumber | '20' is a magic number. | 523 | |
| coding | MagicNumber | '10' is a magic number. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| misc | FinalParameters | Parameter value should be final. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| design | DesignForExtension | Method 'getPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| coding | MagicNumber | '20' is a magic number. | 549 | |
| coding | MagicNumber | '10' is a magic number. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| design | DesignForExtension | Method 'setPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 562 | |
| misc | FinalParameters | Parameter value should be final. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 566 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| misc | FinalParameters | Parameter value should be final. | 566 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| misc | FinalParameters | Parameter value should be final. | 571 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| misc | FinalParameters | Parameter value should be final. | 576 | |
| design | DesignForExtension | Method 'withBallotType' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| misc | FinalParameters | Parameter value should be final. | 581 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| misc | FinalParameters | Parameter value should be final. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 591 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| misc | FinalParameters | Parameter value should be final. | 596 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| misc | FinalParameters | Parameter value should be final. | 601 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| misc | FinalParameters | Parameter value should be final. | 606 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| misc | FinalParameters | Parameter value should be final. | 611 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| misc | FinalParameters | Parameter value should be final. | 616 | |
| design | DesignForExtension | Method 'withApproved' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 621 | |
| misc | FinalParameters | Parameter value should be final. | 621 | |
| design | DesignForExtension | Method 'withNoWinner' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| misc | FinalParameters | Parameter value should be final. | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 631 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 | |
| misc | FinalParameters | Parameter value should be final. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 636 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 636 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 636 | |
| misc | FinalParameters | Parameter value should be final. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 641 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 641 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 641 | |
| misc | FinalParameters | Parameter value should be final. | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 646 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 646 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 646 | |
| misc | FinalParameters | Parameter value should be final. | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 651 | |
| design | DesignForExtension | Method 'withPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 651 | |
| misc | FinalParameters | Parameter value should be final. | 651 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 663 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 663 | |
| misc | FinalParameters | Parameter locator should be final. | 663 | |
| misc | FinalParameters | Parameter buffer should be final. | 663 | |
| misc | FinalParameters | Parameter strategy should be final. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 670 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 670 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 670 | |
| misc | FinalParameters | Parameter locator should be final. | 670 | |
| misc | FinalParameters | Parameter buffer should be final. | 670 | |
| misc | FinalParameters | Parameter strategy should be final. | 670 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 674 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 679 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 681 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 689 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 691 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 699 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 704 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 709 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 711 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 719 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 724 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 729 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 734 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 739 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 744 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 746 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 749 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 754 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 764 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 764 | |
| sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 764 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 764 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 764 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 764 | |
| misc | FinalParameters | Parameter object should be final. | 764 | |
| misc | FinalParameters | Parameter strategy should be final. | 764 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 765 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 765 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 771 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 777 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 786 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 799 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 804 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 808 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 813 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 822 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 831 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 840 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 844 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 849 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 858 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 862 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 867 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 876 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 880 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 885 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 889 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 894 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 898 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 903 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 907 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 912 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 921 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 925 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 930 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 937 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 937 | |
| misc | FinalParameters | Parameter object should be final. | 937 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 942 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 942 | |
| misc | FinalParameters | Parameter locator should be final. | 942 | |
| misc | FinalParameters | Parameter strategy should be final. | 942 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 947 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 952 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 954 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 957 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 962 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 964 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 967 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 969 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 972 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 974 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 977 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 982 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 987 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 992 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 994 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 997 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1002 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1004 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1007 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1009 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1012 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1017 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1019 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1022 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1027 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1032 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| coding | MagicNumber | '20' is a magic number. | 188 | |
| coding | MagicNumber | '10' is a magic number. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter value should be final. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| coding | MagicNumber | '20' is a magic number. | 214 | |
| coding | MagicNumber | '10' is a magic number. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| coding | MagicNumber | '20' is a magic number. | 240 | |
| coding | MagicNumber | '10' is a magic number. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| coding | MagicNumber | '20' is a magic number. | 266 | |
| coding | MagicNumber | '10' is a magic number. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| coding | MagicNumber | '20' is a magic number. | 292 | |
| coding | MagicNumber | '10' is a magic number. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| misc | FinalParameters | Parameter value should be final. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| coding | MagicNumber | '20' is a magic number. | 318 | |
| coding | MagicNumber | '10' is a magic number. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| misc | FinalParameters | Parameter value should be final. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| coding | MagicNumber | '20' is a magic number. | 344 | |
| coding | MagicNumber | '10' is a magic number. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| misc | FinalParameters | Parameter value should be final. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| coding | MagicNumber | '20' is a magic number. | 370 | |
| coding | MagicNumber | '10' is a magic number. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| coding | MagicNumber | '20' is a magic number. | 396 | |
| coding | MagicNumber | '10' is a magic number. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| misc | FinalParameters | Parameter value should be final. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| coding | MagicNumber | '20' is a magic number. | 422 | |
| coding | MagicNumber | '10' is a magic number. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| misc | FinalParameters | Parameter value should be final. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| coding | MagicNumber | '20' is a magic number. | 448 | |
| coding | MagicNumber | '10' is a magic number. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| misc | FinalParameters | Parameter value should be final. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'getApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| coding | MagicNumber | '20' is a magic number. | 474 | |
| coding | MagicNumber | '10' is a magic number. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| design | DesignForExtension | Method 'setApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| misc | FinalParameters | Parameter value should be final. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| design | DesignForExtension | Method 'getPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| coding | MagicNumber | '20' is a magic number. | 500 | |
| coding | MagicNumber | '10' is a magic number. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| design | DesignForExtension | Method 'setPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| misc | FinalParameters | Parameter value should be final. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| coding | MagicNumber | '20' is a magic number. | 526 | |
| coding | MagicNumber | '10' is a magic number. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| misc | FinalParameters | Parameter value should be final. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| coding | MagicNumber | '20' is a magic number. | 552 | |
| coding | MagicNumber | '10' is a magic number. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| misc | FinalParameters | Parameter value should be final. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| coding | MagicNumber | '20' is a magic number. | 578 | |
| coding | MagicNumber | '10' is a magic number. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| coding | MagicNumber | '20' is a magic number. | 604 | |
| coding | MagicNumber | '10' is a magic number. | 604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| misc | FinalParameters | Parameter value should be final. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| coding | MagicNumber | '20' is a magic number. | 630 | |
| coding | MagicNumber | '10' is a magic number. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| misc | FinalParameters | Parameter value should be final. | 643 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 652 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| misc | FinalParameters | Parameter value should be final. | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 657 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 657 | |
| misc | FinalParameters | Parameter value should be final. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 662 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| misc | FinalParameters | Parameter value should be final. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 667 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| misc | FinalParameters | Parameter value should be final. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 672 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| misc | FinalParameters | Parameter value should be final. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 677 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| misc | FinalParameters | Parameter value should be final. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 682 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| misc | FinalParameters | Parameter value should be final. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 687 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| misc | FinalParameters | Parameter value should be final. | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 692 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| misc | FinalParameters | Parameter value should be final. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 697 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 697 | |
| misc | FinalParameters | Parameter value should be final. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 702 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 702 | |
| misc | FinalParameters | Parameter value should be final. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 707 | |
| design | DesignForExtension | Method 'withApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 707 | |
| misc | FinalParameters | Parameter value should be final. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 712 | |
| design | DesignForExtension | Method 'withPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| misc | FinalParameters | Parameter value should be final. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 717 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 722 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 722 | |
| misc | FinalParameters | Parameter value should be final. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 727 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| misc | FinalParameters | Parameter value should be final. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 732 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| misc | FinalParameters | Parameter value should be final. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 737 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 749 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| misc | FinalParameters | Parameter locator should be final. | 749 | |
| misc | FinalParameters | Parameter buffer should be final. | 749 | |
| misc | FinalParameters | Parameter strategy should be final. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 756 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| misc | FinalParameters | Parameter locator should be final. | 756 | |
| misc | FinalParameters | Parameter buffer should be final. | 756 | |
| misc | FinalParameters | Parameter strategy should be final. | 756 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 777 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 835 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 840 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 845 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 855 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 855 | |
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 855 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 855 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 855 | |
| misc | FinalParameters | Parameter object should be final. | 855 | |
| misc | FinalParameters | Parameter strategy should be final. | 855 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 856 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 862 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 868 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 877 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 886 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 895 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 899 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 904 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 913 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 922 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 931 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 940 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 949 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 958 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 967 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 976 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 985 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 994 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1003 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1012 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1021 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1025 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1030 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 | |
| misc | FinalParameters | Parameter object should be final. | 1037 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1042 | |
| misc | FinalParameters | Parameter locator should be final. | 1042 | |
| misc | FinalParameters | Parameter strategy should be final. | 1042 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1047 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1049 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1052 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1057 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1067 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1077 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1082 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1087 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1092 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1097 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1099 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1102 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1112 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1122 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1127 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1132 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1134 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1137 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotSummaryAnnual_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'avgTotalVotes' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'avgYesVotes' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'avgNoVotes' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'avgAbstainVotes' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'avgAbsentVotes' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| misc | FinalParameters | Parameter value should be final. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| coding | MagicNumber | '20' is a magic number. | 208 | |
| coding | MagicNumber | '10' is a magic number. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| misc | FinalParameters | Parameter value should be final. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| coding | MagicNumber | '20' is a magic number. | 234 | |
| coding | MagicNumber | '10' is a magic number. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter value should be final. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| coding | MagicNumber | '20' is a magic number. | 260 | |
| coding | MagicNumber | '10' is a magic number. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| coding | MagicNumber | '20' is a magic number. | 286 | |
| coding | MagicNumber | '10' is a magic number. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| misc | FinalParameters | Parameter value should be final. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| coding | MagicNumber | '20' is a magic number. | 312 | |
| coding | MagicNumber | '10' is a magic number. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| misc | FinalParameters | Parameter value should be final. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| coding | MagicNumber | '20' is a magic number. | 338 | |
| coding | MagicNumber | '10' is a magic number. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| misc | FinalParameters | Parameter value should be final. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| coding | MagicNumber | '20' is a magic number. | 364 | |
| coding | MagicNumber | '10' is a magic number. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter value should be final. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| coding | MagicNumber | '20' is a magic number. | 390 | |
| coding | MagicNumber | '10' is a magic number. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| coding | MagicNumber | '20' is a magic number. | 416 | |
| coding | MagicNumber | '10' is a magic number. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| misc | FinalParameters | Parameter value should be final. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| coding | MagicNumber | '20' is a magic number. | 442 | |
| coding | MagicNumber | '10' is a magic number. | 442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| javadoc | JavadocMethod | Expected an @return tag. | 463 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| coding | MagicNumber | '20' is a magic number. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| misc | FinalParameters | Parameter value should be final. | 473 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 479 | |
| javadoc | JavadocMethod | Expected an @return tag. | 481 | |
| design | DesignForExtension | Method 'getAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 481 | |
| coding | MagicNumber | '20' is a magic number. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'setAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| misc | FinalParameters | Parameter value should be final. | 491 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| javadoc | JavadocMethod | Expected an @return tag. | 499 | |
| design | DesignForExtension | Method 'getApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| coding | MagicNumber | '20' is a magic number. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| design | DesignForExtension | Method 'setApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| misc | FinalParameters | Parameter value should be final. | 509 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| design | DesignForExtension | Method 'getAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| coding | MagicNumber | '20' is a magic number. | 522 | |
| coding | MagicNumber | '10' is a magic number. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'setAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| misc | FinalParameters | Parameter value should be final. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 541 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| design | DesignForExtension | Method 'getAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 547 | |
| coding | MagicNumber | '20' is a magic number. | 548 | |
| coding | MagicNumber | '10' is a magic number. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| design | DesignForExtension | Method 'setAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| misc | FinalParameters | Parameter value should be final. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| design | DesignForExtension | Method 'getAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| coding | MagicNumber | '20' is a magic number. | 574 | |
| coding | MagicNumber | '10' is a magic number. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| design | DesignForExtension | Method 'setAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 587 | |
| misc | FinalParameters | Parameter value should be final. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| design | DesignForExtension | Method 'getAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| coding | MagicNumber | '20' is a magic number. | 600 | |
| coding | MagicNumber | '10' is a magic number. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| design | DesignForExtension | Method 'setAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| misc | FinalParameters | Parameter value should be final. | 613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| design | DesignForExtension | Method 'getPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| coding | MagicNumber | '20' is a magic number. | 626 | |
| coding | MagicNumber | '10' is a magic number. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| design | DesignForExtension | Method 'setPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 639 | |
| misc | FinalParameters | Parameter value should be final. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 649 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| coding | MagicNumber | '20' is a magic number. | 652 | |
| coding | MagicNumber | '10' is a magic number. | 652 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 663 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| misc | FinalParameters | Parameter value should be final. | 665 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| coding | MagicNumber | '20' is a magic number. | 678 | |
| coding | MagicNumber | '10' is a magic number. | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| misc | FinalParameters | Parameter value should be final. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| coding | MagicNumber | '20' is a magic number. | 704 | |
| coding | MagicNumber | '10' is a magic number. | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 727 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 729 | |
| coding | MagicNumber | '20' is a magic number. | 730 | |
| coding | MagicNumber | '10' is a magic number. | 730 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| misc | FinalParameters | Parameter value should be final. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| coding | MagicNumber | '20' is a magic number. | 756 | |
| coding | MagicNumber | '10' is a magic number. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 767 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 769 | |
| misc | FinalParameters | Parameter value should be final. | 769 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 773 | |
| misc | FinalParameters | Parameter value should be final. | 773 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 778 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 778 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 778 | |
| misc | FinalParameters | Parameter value should be final. | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 783 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 783 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 783 | |
| misc | FinalParameters | Parameter value should be final. | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 788 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 788 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 788 | |
| misc | FinalParameters | Parameter value should be final. | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 793 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 793 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 793 | |
| misc | FinalParameters | Parameter value should be final. | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 798 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 798 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 798 | |
| misc | FinalParameters | Parameter value should be final. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 803 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 803 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 803 | |
| misc | FinalParameters | Parameter value should be final. | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 808 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 808 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 808 | |
| misc | FinalParameters | Parameter value should be final. | 808 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 813 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 813 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 813 | |
| misc | FinalParameters | Parameter value should be final. | 813 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 818 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 818 | |
| misc | FinalParameters | Parameter value should be final. | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 823 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 823 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 823 | |
| misc | FinalParameters | Parameter value should be final. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 828 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 828 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 828 | |
| misc | FinalParameters | Parameter value should be final. | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 833 | |
| design | DesignForExtension | Method 'withAvgTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 833 | |
| misc | FinalParameters | Parameter value should be final. | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 838 | |
| design | DesignForExtension | Method 'withApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 838 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 838 | |
| misc | FinalParameters | Parameter value should be final. | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 843 | |
| design | DesignForExtension | Method 'withAvgYesVotes' is not designed for extension - needs to be abstract, final or empty. | 843 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 843 | |
| misc | FinalParameters | Parameter value should be final. | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 848 | |
| design | DesignForExtension | Method 'withAvgNoVotes' is not designed for extension - needs to be abstract, final or empty. | 848 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 848 | |
| misc | FinalParameters | Parameter value should be final. | 848 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 853 | |
| design | DesignForExtension | Method 'withAvgAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 853 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 853 | |
| misc | FinalParameters | Parameter value should be final. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 858 | |
| design | DesignForExtension | Method 'withAvgAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 858 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 858 | |
| misc | FinalParameters | Parameter value should be final. | 858 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 863 | |
| design | DesignForExtension | Method 'withPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 863 | |
| misc | FinalParameters | Parameter value should be final. | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 868 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 868 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 868 | |
| misc | FinalParameters | Parameter value should be final. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 873 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 878 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 878 | |
| misc | FinalParameters | Parameter value should be final. | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 883 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 883 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 883 | |
| misc | FinalParameters | Parameter value should be final. | 883 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 888 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 888 | |
| misc | FinalParameters | Parameter value should be final. | 888 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 893 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 900 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 900 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 900 | |
| misc | FinalParameters | Parameter locator should be final. | 900 | |
| misc | FinalParameters | Parameter buffer should be final. | 900 | |
| misc | FinalParameters | Parameter strategy should be final. | 900 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 907 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 907 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 907 | |
| misc | FinalParameters | Parameter locator should be final. | 907 | |
| misc | FinalParameters | Parameter buffer should be final. | 907 | |
| misc | FinalParameters | Parameter strategy should be final. | 907 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 911 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 913 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 916 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 921 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 926 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 928 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 933 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 936 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 938 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 941 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 943 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 946 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 948 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 951 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 956 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 958 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 961 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 963 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 966 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 971 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 973 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 976 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 978 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 981 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 983 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 986 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 988 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 991 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 993 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 996 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1001 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1006 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1008 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1011 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1016 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1018 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1021 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1031 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1031 | |
| sizes | MethodLength | Method length is 226 lines (max allowed is 150). | 1031 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1031 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1031 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1031 | |
| misc | FinalParameters | Parameter object should be final. | 1031 | |
| misc | FinalParameters | Parameter strategy should be final. | 1031 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1032 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1032 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1038 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1044 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1053 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1057 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1071 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1075 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1080 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1089 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1098 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1102 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1111 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1116 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1120 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1125 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1134 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1143 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1147 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1152 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1156 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1161 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1165 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1170 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1174 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1179 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1188 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1192 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1197 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1206 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1210 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1219 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1224 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1237 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1242 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1251 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1258 | |
| misc | FinalParameters | Parameter object should be final. | 1258 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1263 | |
| misc | FinalParameters | Parameter locator should be final. | 1263 | |
| misc | FinalParameters | Parameter strategy should be final. | 1263 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1265 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1268 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1270 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1273 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1275 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1278 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1280 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1283 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1285 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1288 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1290 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1293 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1295 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1298 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1300 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1303 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1305 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1308 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1310 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1313 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1315 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1318 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1320 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1323 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1328 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1330 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1333 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1335 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1338 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1343 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1345 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1348 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1350 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1353 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1355 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1358 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1360 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1363 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1365 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1368 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1370 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1373 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1375 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1378 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1380 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1383 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotSummaryDaily_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'avgYesVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'avgAbsentVotes' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'avgTotalVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'avgNoVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgAbstainVotes' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| coding | MagicNumber | '20' is a magic number. | 188 | |
| coding | MagicNumber | '10' is a magic number. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter value should be final. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| coding | MagicNumber | '20' is a magic number. | 214 | |
| coding | MagicNumber | '10' is a magic number. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| coding | MagicNumber | '20' is a magic number. | 240 | |
| coding | MagicNumber | '10' is a magic number. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| coding | MagicNumber | '20' is a magic number. | 266 | |
| coding | MagicNumber | '10' is a magic number. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| coding | MagicNumber | '20' is a magic number. | 292 | |
| coding | MagicNumber | '10' is a magic number. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| misc | FinalParameters | Parameter value should be final. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| coding | MagicNumber | '20' is a magic number. | 318 | |
| coding | MagicNumber | '10' is a magic number. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| misc | FinalParameters | Parameter value should be final. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| coding | MagicNumber | '20' is a magic number. | 344 | |
| coding | MagicNumber | '10' is a magic number. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| misc | FinalParameters | Parameter value should be final. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| coding | MagicNumber | '20' is a magic number. | 370 | |
| coding | MagicNumber | '10' is a magic number. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| coding | MagicNumber | '20' is a magic number. | 396 | |
| coding | MagicNumber | '10' is a magic number. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| misc | FinalParameters | Parameter value should be final. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| coding | MagicNumber | '20' is a magic number. | 422 | |
| coding | MagicNumber | '10' is a magic number. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| misc | FinalParameters | Parameter value should be final. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| coding | MagicNumber | '20' is a magic number. | 448 | |
| coding | MagicNumber | '10' is a magic number. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| misc | FinalParameters | Parameter value should be final. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'getApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| coding | MagicNumber | '20' is a magic number. | 474 | |
| coding | MagicNumber | '10' is a magic number. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| design | DesignForExtension | Method 'setApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| misc | FinalParameters | Parameter value should be final. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| design | DesignForExtension | Method 'getPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| coding | MagicNumber | '20' is a magic number. | 500 | |
| coding | MagicNumber | '10' is a magic number. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| design | DesignForExtension | Method 'setPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| misc | FinalParameters | Parameter value should be final. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| coding | MagicNumber | '20' is a magic number. | 526 | |
| coding | MagicNumber | '10' is a magic number. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| misc | FinalParameters | Parameter value should be final. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| coding | MagicNumber | '20' is a magic number. | 552 | |
| coding | MagicNumber | '10' is a magic number. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| misc | FinalParameters | Parameter value should be final. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| coding | MagicNumber | '20' is a magic number. | 578 | |
| coding | MagicNumber | '10' is a magic number. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| coding | MagicNumber | '20' is a magic number. | 604 | |
| coding | MagicNumber | '10' is a magic number. | 604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| misc | FinalParameters | Parameter value should be final. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| coding | MagicNumber | '20' is a magic number. | 630 | |
| coding | MagicNumber | '10' is a magic number. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| misc | FinalParameters | Parameter value should be final. | 643 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 652 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| misc | FinalParameters | Parameter value should be final. | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 657 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 657 | |
| misc | FinalParameters | Parameter value should be final. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 662 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| misc | FinalParameters | Parameter value should be final. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 667 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| misc | FinalParameters | Parameter value should be final. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 672 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| misc | FinalParameters | Parameter value should be final. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 677 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| misc | FinalParameters | Parameter value should be final. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 682 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| misc | FinalParameters | Parameter value should be final. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 687 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| misc | FinalParameters | Parameter value should be final. | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 692 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| misc | FinalParameters | Parameter value should be final. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 697 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 697 | |
| misc | FinalParameters | Parameter value should be final. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 702 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 702 | |
| misc | FinalParameters | Parameter value should be final. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 707 | |
| design | DesignForExtension | Method 'withApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 707 | |
| misc | FinalParameters | Parameter value should be final. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 712 | |
| design | DesignForExtension | Method 'withPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| misc | FinalParameters | Parameter value should be final. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 717 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 722 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 722 | |
| misc | FinalParameters | Parameter value should be final. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 727 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| misc | FinalParameters | Parameter value should be final. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 732 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| misc | FinalParameters | Parameter value should be final. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 737 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 749 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| misc | FinalParameters | Parameter locator should be final. | 749 | |
| misc | FinalParameters | Parameter buffer should be final. | 749 | |
| misc | FinalParameters | Parameter strategy should be final. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 756 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| misc | FinalParameters | Parameter locator should be final. | 756 | |
| misc | FinalParameters | Parameter buffer should be final. | 756 | |
| misc | FinalParameters | Parameter strategy should be final. | 756 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 777 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 835 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 840 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 845 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 855 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 855 | |
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 855 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 855 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 855 | |
| misc | FinalParameters | Parameter object should be final. | 855 | |
| misc | FinalParameters | Parameter strategy should be final. | 855 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 856 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 862 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 868 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 877 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 886 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 895 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 899 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 904 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 913 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 922 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 931 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 940 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 949 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 958 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 967 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 976 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 985 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 994 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1003 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1012 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1021 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1025 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1030 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 | |
| misc | FinalParameters | Parameter object should be final. | 1037 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1042 | |
| misc | FinalParameters | Parameter locator should be final. | 1042 | |
| misc | FinalParameters | Parameter strategy should be final. | 1042 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1047 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1049 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1052 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1057 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1067 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1077 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1082 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1087 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1092 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1097 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1099 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1102 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1112 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1122 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1127 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1132 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1134 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1137 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotSummaryMonthly_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getVoteDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'setVoteDate' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'getAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| coding | MagicNumber | '20' is a magic number. | 188 | |
| coding | MagicNumber | '10' is a magic number. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| design | DesignForExtension | Method 'setAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter value should be final. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'getTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| coding | MagicNumber | '20' is a magic number. | 214 | |
| coding | MagicNumber | '10' is a magic number. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'setTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'getYesVotes' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| coding | MagicNumber | '20' is a magic number. | 240 | |
| coding | MagicNumber | '10' is a magic number. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'setYesVotes' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'getNoVotes' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| coding | MagicNumber | '20' is a magic number. | 266 | |
| coding | MagicNumber | '10' is a magic number. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| design | DesignForExtension | Method 'setNoVotes' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'getAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| coding | MagicNumber | '20' is a magic number. | 292 | |
| coding | MagicNumber | '10' is a magic number. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| design | DesignForExtension | Method 'setAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| misc | FinalParameters | Parameter value should be final. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'getAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| coding | MagicNumber | '20' is a magic number. | 318 | |
| coding | MagicNumber | '10' is a magic number. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'setAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| misc | FinalParameters | Parameter value should be final. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'getPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| coding | MagicNumber | '20' is a magic number. | 344 | |
| coding | MagicNumber | '10' is a magic number. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'setPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| misc | FinalParameters | Parameter value should be final. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| design | DesignForExtension | Method 'getPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| coding | MagicNumber | '20' is a magic number. | 370 | |
| coding | MagicNumber | '10' is a magic number. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| design | DesignForExtension | Method 'setPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| design | DesignForExtension | Method 'getPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| coding | MagicNumber | '20' is a magic number. | 396 | |
| coding | MagicNumber | '10' is a magic number. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| design | DesignForExtension | Method 'setPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| misc | FinalParameters | Parameter value should be final. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| design | DesignForExtension | Method 'getPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| coding | MagicNumber | '20' is a magic number. | 422 | |
| coding | MagicNumber | '10' is a magic number. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| design | DesignForExtension | Method 'setPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| misc | FinalParameters | Parameter value should be final. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| design | DesignForExtension | Method 'getNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| coding | MagicNumber | '20' is a magic number. | 448 | |
| coding | MagicNumber | '10' is a magic number. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| design | DesignForExtension | Method 'setNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| misc | FinalParameters | Parameter value should be final. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'getApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| coding | MagicNumber | '20' is a magic number. | 474 | |
| coding | MagicNumber | '10' is a magic number. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| design | DesignForExtension | Method 'setApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| misc | FinalParameters | Parameter value should be final. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| design | DesignForExtension | Method 'getPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| coding | MagicNumber | '20' is a magic number. | 500 | |
| coding | MagicNumber | '10' is a magic number. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| design | DesignForExtension | Method 'setPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| misc | FinalParameters | Parameter value should be final. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| design | DesignForExtension | Method 'getAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| coding | MagicNumber | '20' is a magic number. | 526 | |
| coding | MagicNumber | '10' is a magic number. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| design | DesignForExtension | Method 'setAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| misc | FinalParameters | Parameter value should be final. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| design | DesignForExtension | Method 'getAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| coding | MagicNumber | '20' is a magic number. | 552 | |
| coding | MagicNumber | '10' is a magic number. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| design | DesignForExtension | Method 'setAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| misc | FinalParameters | Parameter value should be final. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| design | DesignForExtension | Method 'getAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| coding | MagicNumber | '20' is a magic number. | 578 | |
| coding | MagicNumber | '10' is a magic number. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| design | DesignForExtension | Method 'setAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| design | DesignForExtension | Method 'getAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| coding | MagicNumber | '20' is a magic number. | 604 | |
| coding | MagicNumber | '10' is a magic number. | 604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| design | DesignForExtension | Method 'setAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| misc | FinalParameters | Parameter value should be final. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 627 | |
| design | DesignForExtension | Method 'getAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| coding | MagicNumber | '20' is a magic number. | 630 | |
| coding | MagicNumber | '10' is a magic number. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| design | DesignForExtension | Method 'setAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| misc | FinalParameters | Parameter value should be final. | 643 | |
| design | DesignForExtension | Method 'withVoteDate' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 652 | |
| design | DesignForExtension | Method 'withAvgBornYear' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| misc | FinalParameters | Parameter value should be final. | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 657 | |
| design | DesignForExtension | Method 'withTotalVotes' is not designed for extension - needs to be abstract, final or empty. | 657 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 657 | |
| misc | FinalParameters | Parameter value should be final. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 662 | |
| design | DesignForExtension | Method 'withYesVotes' is not designed for extension - needs to be abstract, final or empty. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| misc | FinalParameters | Parameter value should be final. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 667 | |
| design | DesignForExtension | Method 'withNoVotes' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| misc | FinalParameters | Parameter value should be final. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 672 | |
| design | DesignForExtension | Method 'withAbstainVotes' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| misc | FinalParameters | Parameter value should be final. | 672 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 677 | |
| design | DesignForExtension | Method 'withAbsentVotes' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| misc | FinalParameters | Parameter value should be final. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 682 | |
| design | DesignForExtension | Method 'withPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 682 | |
| misc | FinalParameters | Parameter value should be final. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 687 | |
| design | DesignForExtension | Method 'withPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| misc | FinalParameters | Parameter value should be final. | 687 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 692 | |
| design | DesignForExtension | Method 'withPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| misc | FinalParameters | Parameter value should be final. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 697 | |
| design | DesignForExtension | Method 'withPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 697 | |
| misc | FinalParameters | Parameter value should be final. | 697 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 702 | |
| design | DesignForExtension | Method 'withNumberBallots' is not designed for extension - needs to be abstract, final or empty. | 702 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 702 | |
| misc | FinalParameters | Parameter value should be final. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 707 | |
| design | DesignForExtension | Method 'withApprovedBallots' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 707 | |
| misc | FinalParameters | Parameter value should be final. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 712 | |
| design | DesignForExtension | Method 'withPercentageApproved' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| misc | FinalParameters | Parameter value should be final. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 717 | |
| design | DesignForExtension | Method 'withAvgPercentageYes' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 722 | |
| design | DesignForExtension | Method 'withAvgPercentageNo' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 722 | |
| misc | FinalParameters | Parameter value should be final. | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 727 | |
| design | DesignForExtension | Method 'withAvgPercentageAbsent' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| misc | FinalParameters | Parameter value should be final. | 727 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 732 | |
| design | DesignForExtension | Method 'withAvgPercentageAbstain' is not designed for extension - needs to be abstract, final or empty. | 732 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 732 | |
| misc | FinalParameters | Parameter value should be final. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 737 | |
| design | DesignForExtension | Method 'withAvgPercentageMale' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 749 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| misc | FinalParameters | Parameter locator should be final. | 749 | |
| misc | FinalParameters | Parameter buffer should be final. | 749 | |
| misc | FinalParameters | Parameter strategy should be final. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 756 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 756 | |
| misc | FinalParameters | Parameter locator should be final. | 756 | |
| misc | FinalParameters | Parameter buffer should be final. | 756 | |
| misc | FinalParameters | Parameter strategy should be final. | 756 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 760 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 777 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 825 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 830 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 835 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 840 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 845 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 847 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 855 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 855 | |
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 855 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 855 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 855 | |
| misc | FinalParameters | Parameter object should be final. | 855 | |
| misc | FinalParameters | Parameter strategy should be final. | 855 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 856 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 862 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 863 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 868 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 877 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 881 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 886 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 895 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 899 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 904 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 908 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 913 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 917 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 922 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 926 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 931 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 940 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 944 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 949 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 958 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 967 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 976 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 985 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 994 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 998 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1003 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1012 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1021 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1025 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1030 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1037 | |
| misc | FinalParameters | Parameter object should be final. | 1037 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1042 | |
| misc | FinalParameters | Parameter locator should be final. | 1042 | |
| misc | FinalParameters | Parameter strategy should be final. | 1042 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1047 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1049 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1052 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1057 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1067 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1077 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1082 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1087 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1092 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1097 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1099 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1102 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1112 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1122 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1127 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1132 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1134 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1137 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotSummaryWeekly_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'numberBallots' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'approvedBallots' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'avgPercentageYes' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'avgPercentageAbstain' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'avgPercentageNo' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'avgPercentageMale' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'percentageApproved' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'avgPercentageAbsent' must be private and have accessor methods. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenVoteDataBallotSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'percentageNo' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'ballotType' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'abstainVotes' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'percentageMale' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'noWinner' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'percentageAbsent' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'percentageAbstain' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'noVotes' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'percentageYes' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'approved' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'yesVotes' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'avgBornYear' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'totalVotes' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'voteDate' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'absentVotes' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| design | DesignForExtension | Method 'createViewRiksdagenPoliticianDocument' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 51 | |
| design | DesignForExtension | Method 'createRiksdagenDocumentTypeSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 59 | |
| design | DesignForExtension | Method 'createViewRiksdagenDocumentTypeDailySummary' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 67 | |
| design | DesignForExtension | Method 'createRiksdagenDocumentPersonSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 75 | |
| design | DesignForExtension | Method 'createViewRiksdagenPoliticianDocumentDailySummary' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 83 | |
| design | DesignForExtension | Method 'createRiksdagenDocumentPartySummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| design | DesignForExtension | Method 'createViewRiksdagenPartyDocumentDailySummary' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 99 | |
| design | DesignForExtension | Method 'createRiksdagenDocumentOrgSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 107 | |
| design | DesignForExtension | Method 'createViewRiksdagenOrgDocumentDailySummary' is not designed for extension - needs to be abstract, final or empty. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| coding | MagicNumber | '255' is a magic number. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| coding | MagicNumber | '255' is a magic number. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 138 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter locator should be final. | 138 | |
| misc | FinalParameters | Parameter buffer should be final. | 138 | |
| misc | FinalParameters | Parameter strategy should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 145 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter locator should be final. | 145 | |
| misc | FinalParameters | Parameter buffer should be final. | 145 | |
| misc | FinalParameters | Parameter strategy should be final. | 145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 149 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 159 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 159 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 159 | |
| misc | FinalParameters | Parameter object should be final. | 159 | |
| misc | FinalParameters | Parameter strategy should be final. | 159 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 166 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 172 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 181 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter object should be final. | 188 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter locator should be final. | 193 | |
| misc | FinalParameters | Parameter strategy should be final. | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 203 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'RiksdagenDocumentOrgSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'partyShortCode' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getPartyShortCode' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setPartyShortCode' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '255' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 165 | |
| design | DesignForExtension | Method 'withPartyShortCode' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 170 | |
| design | DesignForExtension | Method 'withDocumentType' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 182 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter locator should be final. | 182 | |
| misc | FinalParameters | Parameter buffer should be final. | 182 | |
| misc | FinalParameters | Parameter strategy should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 189 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter locator should be final. | 189 | |
| misc | FinalParameters | Parameter buffer should be final. | 189 | |
| misc | FinalParameters | Parameter strategy should be final. | 189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 208 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 208 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 208 | |
| misc | FinalParameters | Parameter object should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 230 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter object should be final. | 246 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 266 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'RiksdagenDocumentPartySummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'partyShortCode' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '255' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| design | DesignForExtension | Method 'withPersonId' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 170 | |
| design | DesignForExtension | Method 'withDocumentType' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 182 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter locator should be final. | 182 | |
| misc | FinalParameters | Parameter buffer should be final. | 182 | |
| misc | FinalParameters | Parameter strategy should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 189 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter locator should be final. | 189 | |
| misc | FinalParameters | Parameter buffer should be final. | 189 | |
| misc | FinalParameters | Parameter strategy should be final. | 189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 208 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 208 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 208 | |
| misc | FinalParameters | Parameter object should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 230 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter object should be final. | 246 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 266 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'RiksdagenDocumentPersonSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getPublicDate' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| coding | MagicNumber | '255' is a magic number. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setPublicDate' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| coding | MagicNumber | '255' is a magic number. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| design | DesignForExtension | Method 'withPublicDate' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 126 | |
| design | DesignForExtension | Method 'withDocumentType' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 138 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter locator should be final. | 138 | |
| misc | FinalParameters | Parameter buffer should be final. | 138 | |
| misc | FinalParameters | Parameter strategy should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 145 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter locator should be final. | 145 | |
| misc | FinalParameters | Parameter buffer should be final. | 145 | |
| misc | FinalParameters | Parameter strategy should be final. | 145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 149 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 159 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 159 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 159 | |
| misc | FinalParameters | Parameter object should be final. | 159 | |
| misc | FinalParameters | Parameter strategy should be final. | 159 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 166 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 172 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 181 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter object should be final. | 188 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter locator should be final. | 193 | |
| misc | FinalParameters | Parameter strategy should be final. | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 203 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'RiksdagenDocumentTypeSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'publicDate' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 86 | |
| coding | MagicNumber | '255' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 87 | |
| coding | MagicNumber | '255' is a magic number. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| javadoc | JavadocMethod | Expected an @return tag. | 109 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| coding | MagicNumber | '20' is a magic number. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 123 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 140 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter locator should be final. | 140 | |
| misc | FinalParameters | Parameter buffer should be final. | 140 | |
| misc | FinalParameters | Parameter strategy should be final. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 147 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter locator should be final. | 147 | |
| misc | FinalParameters | Parameter buffer should be final. | 147 | |
| misc | FinalParameters | Parameter strategy should be final. | 147 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 151 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 161 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 161 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 161 | |
| misc | FinalParameters | Parameter object should be final. | 161 | |
| misc | FinalParameters | Parameter strategy should be final. | 161 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 162 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 168 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 174 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 183 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter object should be final. | 190 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter locator should be final. | 195 | |
| misc | FinalParameters | Parameter strategy should be final. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 200 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 205 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewRiksdagenDocumentTypeDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 90 | |
| coding | MagicNumber | '255' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 91 | |
| coding | MagicNumber | '255' is a magic number. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| coding | MagicNumber | '255' is a magic number. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| coding | MagicNumber | '20' is a magic number. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| misc | FinalParameters | Parameter value should be final. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 153 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter value should be final. | 153 | |
| design | DesignForExtension | Method 'withDocumentType' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter value should be final. | 158 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter value should be final. | 163 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 175 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter locator should be final. | 175 | |
| misc | FinalParameters | Parameter buffer should be final. | 175 | |
| misc | FinalParameters | Parameter strategy should be final. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 182 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter locator should be final. | 182 | |
| misc | FinalParameters | Parameter buffer should be final. | 182 | |
| misc | FinalParameters | Parameter strategy should be final. | 182 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 186 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 191 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 201 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 201 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 201 | |
| misc | FinalParameters | Parameter object should be final. | 201 | |
| misc | FinalParameters | Parameter strategy should be final. | 201 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 208 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 223 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 232 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| misc | FinalParameters | Parameter object should be final. | 239 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter locator should be final. | 244 | |
| misc | FinalParameters | Parameter strategy should be final. | 244 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 249 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 254 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 259 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewRiksdagenOrgDocumentDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 87 | |
| coding | MagicNumber | '255' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 88 | |
| coding | MagicNumber | '255' is a magic number. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| coding | MagicNumber | '20' is a magic number. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 124 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter value should be final. | 124 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 141 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter locator should be final. | 141 | |
| misc | FinalParameters | Parameter buffer should be final. | 141 | |
| misc | FinalParameters | Parameter strategy should be final. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 148 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter locator should be final. | 148 | |
| misc | FinalParameters | Parameter buffer should be final. | 148 | |
| misc | FinalParameters | Parameter strategy should be final. | 148 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 152 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 162 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 162 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 162 | |
| misc | FinalParameters | Parameter object should be final. | 162 | |
| misc | FinalParameters | Parameter strategy should be final. | 162 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 163 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 184 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter object should be final. | 191 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter locator should be final. | 196 | |
| misc | FinalParameters | Parameter strategy should be final. | 196 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 201 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 206 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewRiksdagenPartyDocumentDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'docId' must be private and have accessor methods. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'madePublicDate' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'numberValue' must be private and have accessor methods. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| design | VisibilityModifier | Variable 'subType' must be private and have accessor methods. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| design | VisibilityModifier | Variable 'tempLabel' must be private and have accessor methods. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| design | VisibilityModifier | Variable 'roleDescription' must be private and have accessor methods. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | VisibilityModifier | Variable 'personReferenceId' must be private and have accessor methods. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'referenceName' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'partyShortCode' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'orderNumber' must be private and have accessor methods. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| misc | FinalParameters | Parameter value should be final. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'getDocId' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| coding | MagicNumber | '255' is a magic number. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'setDocId' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| coding | MagicNumber | '255' is a magic number. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter value should be final. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| coding | MagicNumber | '255' is a magic number. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| design | DesignForExtension | Method 'getMadePublicDate' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| design | DesignForExtension | Method 'setMadePublicDate' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| misc | FinalParameters | Parameter value should be final. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| design | DesignForExtension | Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| coding | MagicNumber | '255' is a magic number. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| misc | FinalParameters | Parameter value should be final. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| design | DesignForExtension | Method 'getNumberValue' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| coding | MagicNumber | '20' is a magic number. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| design | DesignForExtension | Method 'setNumberValue' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| misc | FinalParameters | Parameter value should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'getRm' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| coding | MagicNumber | '255' is a magic number. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| design | DesignForExtension | Method 'setRm' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| misc | FinalParameters | Parameter value should be final. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| coding | MagicNumber | '255' is a magic number. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| misc | FinalParameters | Parameter value should be final. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| design | DesignForExtension | Method 'getSubTitle' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| coding | MagicNumber | '255' is a magic number. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| design | DesignForExtension | Method 'setSubTitle' is not designed for extension - needs to be abstract, final or empty. | 396 | |
| misc | FinalParameters | Parameter value should be final. | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| design | DesignForExtension | Method 'getSubType' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| coding | MagicNumber | '255' is a magic number. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| design | DesignForExtension | Method 'setSubType' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| misc | FinalParameters | Parameter value should be final. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| design | DesignForExtension | Method 'getTempLabel' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| coding | MagicNumber | '255' is a magic number. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| design | DesignForExtension | Method 'setTempLabel' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| misc | FinalParameters | Parameter value should be final. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| coding | MagicNumber | '255' is a magic number. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| design | DesignForExtension | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| misc | FinalParameters | Parameter value should be final. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| design | DesignForExtension | Method 'getRoleDescription' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| coding | MagicNumber | '255' is a magic number. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| design | DesignForExtension | Method 'setRoleDescription' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| misc | FinalParameters | Parameter value should be final. | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| design | DesignForExtension | Method 'getPersonReferenceId' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| coding | MagicNumber | '255' is a magic number. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| design | DesignForExtension | Method 'setPersonReferenceId' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| misc | FinalParameters | Parameter value should be final. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| design | DesignForExtension | Method 'getReferenceName' is not designed for extension - needs to be abstract, final or empty. | 538 | |
| coding | MagicNumber | '255' is a magic number. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| design | DesignForExtension | Method 'setReferenceName' is not designed for extension - needs to be abstract, final or empty. | 552 | |
| misc | FinalParameters | Parameter value should be final. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| design | DesignForExtension | Method 'getPartyShortCode' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| coding | MagicNumber | '255' is a magic number. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| design | DesignForExtension | Method 'setPartyShortCode' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| misc | FinalParameters | Parameter value should be final. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| design | DesignForExtension | Method 'getOrderNumber' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| coding | MagicNumber | '10' is a magic number. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 602 | |
| design | DesignForExtension | Method 'setOrderNumber' is not designed for extension - needs to be abstract, final or empty. | 604 | |
| misc | FinalParameters | Parameter value should be final. | 604 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| misc | FinalParameters | Parameter value should be final. | 608 | |
| design | DesignForExtension | Method 'withDocId' is not designed for extension - needs to be abstract, final or empty. | 613 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 613 | |
| misc | FinalParameters | Parameter value should be final. | 613 | |
| design | DesignForExtension | Method 'withDocumentType' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 618 | |
| misc | FinalParameters | Parameter value should be final. | 618 | |
| design | DesignForExtension | Method 'withLabel' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 623 | |
| misc | FinalParameters | Parameter value should be final. | 623 | |
| design | DesignForExtension | Method 'withMadePublicDate' is not designed for extension - needs to be abstract, final or empty. | 628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| misc | FinalParameters | Parameter value should be final. | 628 | |
| design | DesignForExtension | Method 'withOrg' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 633 | |
| misc | FinalParameters | Parameter value should be final. | 633 | |
| design | DesignForExtension | Method 'withNumberValue' is not designed for extension - needs to be abstract, final or empty. | 638 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 638 | |
| misc | FinalParameters | Parameter value should be final. | 638 | |
| design | DesignForExtension | Method 'withRm' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 643 | |
| misc | FinalParameters | Parameter value should be final. | 643 | |
| design | DesignForExtension | Method 'withStatus' is not designed for extension - needs to be abstract, final or empty. | 648 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 648 | |
| misc | FinalParameters | Parameter value should be final. | 648 | |
| design | DesignForExtension | Method 'withSubTitle' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 653 | |
| misc | FinalParameters | Parameter value should be final. | 653 | |
| design | DesignForExtension | Method 'withSubType' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 658 | |
| misc | FinalParameters | Parameter value should be final. | 658 | |
| design | DesignForExtension | Method 'withTempLabel' is not designed for extension - needs to be abstract, final or empty. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 663 | |
| misc | FinalParameters | Parameter value should be final. | 663 | |
| design | DesignForExtension | Method 'withTitle' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| misc | FinalParameters | Parameter value should be final. | 668 | |
| design | DesignForExtension | Method 'withRoleDescription' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 673 | |
| misc | FinalParameters | Parameter value should be final. | 673 | |
| design | DesignForExtension | Method 'withPersonReferenceId' is not designed for extension - needs to be abstract, final or empty. | 678 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 678 | |
| misc | FinalParameters | Parameter value should be final. | 678 | |
| design | DesignForExtension | Method 'withReferenceName' is not designed for extension - needs to be abstract, final or empty. | 683 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 683 | |
| misc | FinalParameters | Parameter value should be final. | 683 | |
| design | DesignForExtension | Method 'withPartyShortCode' is not designed for extension - needs to be abstract, final or empty. | 688 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 688 | |
| misc | FinalParameters | Parameter value should be final. | 688 | |
| design | DesignForExtension | Method 'withOrderNumber' is not designed for extension - needs to be abstract, final or empty. | 693 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 693 | |
| misc | FinalParameters | Parameter value should be final. | 693 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 698 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 705 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 705 | |
| misc | FinalParameters | Parameter locator should be final. | 705 | |
| misc | FinalParameters | Parameter buffer should be final. | 705 | |
| misc | FinalParameters | Parameter strategy should be final. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 712 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| misc | FinalParameters | Parameter locator should be final. | 712 | |
| misc | FinalParameters | Parameter buffer should be final. | 712 | |
| misc | FinalParameters | Parameter strategy should be final. | 712 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 713 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 718 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 723 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 726 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 728 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 736 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 738 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 746 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 748 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 753 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 761 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 763 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 771 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 778 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 781 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 783 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 786 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 791 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 796 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 806 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 806 | |
| sizes | MethodLength | Method length is 172 lines (max allowed is 150). | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 806 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 806 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 806 | |
| misc | FinalParameters | Parameter object should be final. | 806 | |
| misc | FinalParameters | Parameter strategy should be final. | 806 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 807 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 807 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 813 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 819 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 828 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 837 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 841 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 846 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 850 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 855 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 864 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 873 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 882 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 891 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 900 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 904 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 909 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 913 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 918 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 922 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 927 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 936 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 940 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 945 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 954 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 958 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 963 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 967 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 972 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 979 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 979 | |
| misc | FinalParameters | Parameter object should be final. | 979 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 984 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 984 | |
| misc | FinalParameters | Parameter locator should be final. | 984 | |
| misc | FinalParameters | Parameter strategy should be final. | 984 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 989 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 991 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 994 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 999 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1004 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1009 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1011 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 1014 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1019 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1021 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1024 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1026 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1029 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1031 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1034 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1036 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1039 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1041 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1044 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1046 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1049 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1051 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1054 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1059 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1061 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1064 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1069 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1071 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1074 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1079 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1079 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 87 | |
| coding | MagicNumber | '255' is a magic number. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 88 | |
| coding | MagicNumber | '255' is a magic number. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| design | DesignForExtension | Method 'getTotal' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| coding | MagicNumber | '20' is a magic number. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'setTotal' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 124 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter value should be final. | 124 | |
| design | DesignForExtension | Method 'withTotal' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 141 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter locator should be final. | 141 | |
| misc | FinalParameters | Parameter buffer should be final. | 141 | |
| misc | FinalParameters | Parameter strategy should be final. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 148 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| misc | FinalParameters | Parameter locator should be final. | 148 | |
| misc | FinalParameters | Parameter buffer should be final. | 148 | |
| misc | FinalParameters | Parameter strategy should be final. | 148 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 152 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 162 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 162 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 162 | |
| misc | FinalParameters | Parameter object should be final. | 162 | |
| misc | FinalParameters | Parameter strategy should be final. | 162 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 163 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 184 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter object should be final. | 191 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter locator should be final. | 196 | |
| misc | FinalParameters | Parameter strategy should be final. | 196 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 201 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 206 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewRiksdagenPoliticianDocumentDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'total' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ViewRiksdagenPoliticianDocument_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'orderNumber' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'documentType' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'org' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'docId' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'partyShortCode' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'label' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'madePublicDate' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'subTitle' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'subType' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'personReferenceId' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'numberValue' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'rm' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'tempLabel' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'roleDescription' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'referenceName' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 61 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'elementId' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getElementId' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '255' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setElementId' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 160 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 165 | |
| design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 170 | |
| design | DesignForExtension | Method 'withElementId' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 182 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter locator should be final. | 182 | |
| misc | FinalParameters | Parameter buffer should be final. | 182 | |
| misc | FinalParameters | Parameter strategy should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 189 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter locator should be final. | 189 | |
| misc | FinalParameters | Parameter buffer should be final. | 189 | |
| misc | FinalParameters | Parameter strategy should be final. | 189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 208 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 208 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 208 | |
| misc | FinalParameters | Parameter object should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 230 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter object should be final. | 246 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 266 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 10 | |
| naming | TypeName | Name 'ApplicationActionEventPageElementPeriodSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'elementId' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 61 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'pageMode' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | MagicNumber | '255' is a magic number. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getPageMode' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '255' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setPageMode' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 160 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 165 | |
| design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 170 | |
| design | DesignForExtension | Method 'withPageMode' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| misc | FinalParameters | Parameter value should be final. | 170 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 182 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter locator should be final. | 182 | |
| misc | FinalParameters | Parameter buffer should be final. | 182 | |
| misc | FinalParameters | Parameter strategy should be final. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 189 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter locator should be final. | 189 | |
| misc | FinalParameters | Parameter buffer should be final. | 189 | |
| misc | FinalParameters | Parameter strategy should be final. | 189 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 208 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 208 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 208 | |
| misc | FinalParameters | Parameter object should be final. | 208 | |
| misc | FinalParameters | Parameter strategy should be final. | 208 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 209 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 230 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 239 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter object should be final. | 246 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter locator should be final. | 251 | |
| misc | FinalParameters | Parameter strategy should be final. | 251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 261 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 266 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ApplicationActionEventPageModePeriodSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'pageMode' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| coding | MagicNumber | '255' is a magic number. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 130 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 147 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter locator should be final. | 147 | |
| misc | FinalParameters | Parameter buffer should be final. | 147 | |
| misc | FinalParameters | Parameter strategy should be final. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 154 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| misc | FinalParameters | Parameter locator should be final. | 154 | |
| misc | FinalParameters | Parameter buffer should be final. | 154 | |
| misc | FinalParameters | Parameter strategy should be final. | 154 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 158 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 168 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 168 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 168 | |
| misc | FinalParameters | Parameter object should be final. | 168 | |
| misc | FinalParameters | Parameter strategy should be final. | 168 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 175 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 181 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 190 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| misc | FinalParameters | Parameter object should be final. | 197 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 212 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ApplicationActionEventPagePeriodSummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter v should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter v should be final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter v should be final. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter v should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'operation' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| coding | MagicNumber | '255' is a magic number. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getOperation' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| coding | MagicNumber | '255' is a magic number. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'setOperation' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter value should be final. | 132 | |
| design | DesignForExtension | Method 'withTarget' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter value should be final. | 136 | |
| design | DesignForExtension | Method 'withOperation' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 153 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter locator should be final. | 153 | |
| misc | FinalParameters | Parameter buffer should be final. | 153 | |
| misc | FinalParameters | Parameter strategy should be final. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 160 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter locator should be final. | 160 | |
| misc | FinalParameters | Parameter buffer should be final. | 160 | |
| misc | FinalParameters | Parameter strategy should be final. | 160 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 161 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter value should be final. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 201 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 201 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 201 | |
| misc | FinalParameters | Parameter object should be final. | 201 | |
| misc | FinalParameters | Parameter strategy should be final. | 201 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 202 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 223 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter object should be final. | 230 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter locator should be final. | 235 | |
| misc | FinalParameters | Parameter strategy should be final. | 235 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 240 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 245 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'DataAgentWorkOrder_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'operation' must be private and have accessor methods. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createDataAgentWorkOrder' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 51 | |
| design | DesignForExtension | Method 'createWorldbankIndicatorDataCountrySummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 59 | |
| design | DesignForExtension | Method 'createViewWorldbankIndicatorDataCountrySummary' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 67 | |
| design | DesignForExtension | Method 'createApplicationActionEventPagePeriodSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 75 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageHourlySummary' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 83 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageDailySummary' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 91 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageWeeklySummary' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 99 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageAnnualSummary' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 107 | |
| design | DesignForExtension | Method 'createApplicationActionEventPageModePeriodSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 115 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageModeHourlySummary' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 123 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageModeDailySummary' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocMethod | Expected an @return tag. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 131 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageModeWeeklySummary' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 139 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageModeAnnualSummary' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Expected an @return tag. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 147 | |
| design | DesignForExtension | Method 'createApplicationActionEventPageElementPeriodSummaryEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| javadoc | JavadocMethod | Expected an @return tag. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 155 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageElementHourlySummary' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| javadoc | JavadocMethod | Expected an @return tag. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 163 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageElementDailySummary' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocMethod | Expected an @return tag. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 171 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageElementWeeklySummary' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Expected an @return tag. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 179 | |
| design | DesignForExtension | Method 'createViewApplicationActionEventPageElementAnnualSummary' is not designed for extension - needs to be abstract, final or empty. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter v should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter v should be final. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter v should be final. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter v should be final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| coding | MagicNumber | '20' is a magic number. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| coding | MagicNumber | '20' is a magic number. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| coding | MagicNumber | '20' is a magic number. | 158 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 175 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 180 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 190 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 202 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter buffer should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 209 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter locator should be final. | 209 | |
| misc | FinalParameters | Parameter buffer should be final. | 209 | |
| misc | FinalParameters | Parameter strategy should be final. | 209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 213 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 220 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 233 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 233 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 233 | |
| misc | FinalParameters | Parameter object should be final. | 233 | |
| misc | FinalParameters | Parameter strategy should be final. | 233 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 234 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 240 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 273 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter object should be final. | 280 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter locator should be final. | 285 | |
| misc | FinalParameters | Parameter strategy should be final. | 285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 305 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageAnnualSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| coding | MagicNumber | '20' is a magic number. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| coding | MagicNumber | '20' is a magic number. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| coding | MagicNumber | '20' is a magic number. | 158 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 175 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 180 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 190 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 202 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter buffer should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 209 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter locator should be final. | 209 | |
| misc | FinalParameters | Parameter buffer should be final. | 209 | |
| misc | FinalParameters | Parameter strategy should be final. | 209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 213 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 220 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 233 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 233 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 233 | |
| misc | FinalParameters | Parameter object should be final. | 233 | |
| misc | FinalParameters | Parameter strategy should be final. | 233 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 234 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 240 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 273 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter object should be final. | 280 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter locator should be final. | 285 | |
| misc | FinalParameters | Parameter strategy should be final. | 285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 305 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageElementAnnualSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageElementDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageElementHourlySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 63 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageElementWeeklySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| coding | MagicNumber | '20' is a magic number. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| coding | MagicNumber | '20' is a magic number. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| coding | MagicNumber | '20' is a magic number. | 158 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 175 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 180 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 190 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 202 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter buffer should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 209 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter locator should be final. | 209 | |
| misc | FinalParameters | Parameter buffer should be final. | 209 | |
| misc | FinalParameters | Parameter strategy should be final. | 209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 213 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 220 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 233 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 233 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 233 | |
| misc | FinalParameters | Parameter object should be final. | 233 | |
| misc | FinalParameters | Parameter strategy should be final. | 233 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 234 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 240 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 273 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter object should be final. | 280 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter locator should be final. | 285 | |
| misc | FinalParameters | Parameter strategy should be final. | 285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 305 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageHourlySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageModeAnnualSummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageModeDailySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageModeHourlySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 96 | |
| coding | MagicNumber | '255' is a magic number. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 110 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| coding | MagicNumber | '20' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| coding | MagicNumber | '20' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '20' is a magic number. | 159 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 176 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 186 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 191 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter value should be final. | 191 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 203 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter locator should be final. | 203 | |
| misc | FinalParameters | Parameter buffer should be final. | 203 | |
| misc | FinalParameters | Parameter strategy should be final. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter locator should be final. | 210 | |
| misc | FinalParameters | Parameter buffer should be final. | 210 | |
| misc | FinalParameters | Parameter strategy should be final. | 210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 216 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 221 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 234 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 234 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 234 | |
| misc | FinalParameters | Parameter object should be final. | 234 | |
| misc | FinalParameters | Parameter strategy should be final. | 234 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 247 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 256 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 265 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 274 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| misc | FinalParameters | Parameter object should be final. | 281 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter locator should be final. | 286 | |
| misc | FinalParameters | Parameter strategy should be final. | 286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 306 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageModeWeeklySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 95 | |
| coding | MagicNumber | '255' is a magic number. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 109 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getHits' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| coding | MagicNumber | '20' is a magic number. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| design | DesignForExtension | Method 'setHits' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'getRank' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| coding | MagicNumber | '20' is a magic number. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setRank' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| coding | MagicNumber | '20' is a magic number. | 158 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 175 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| design | DesignForExtension | Method 'withHits' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter value should be final. | 180 | |
| design | DesignForExtension | Method 'withRank' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 190 | |
| design | DesignForExtension | Method 'withRankPercentage' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 202 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| misc | FinalParameters | Parameter locator should be final. | 202 | |
| misc | FinalParameters | Parameter buffer should be final. | 202 | |
| misc | FinalParameters | Parameter strategy should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 209 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter locator should be final. | 209 | |
| misc | FinalParameters | Parameter buffer should be final. | 209 | |
| misc | FinalParameters | Parameter strategy should be final. | 209 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 213 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 220 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 233 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 233 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 233 | |
| misc | FinalParameters | Parameter object should be final. | 233 | |
| misc | FinalParameters | Parameter strategy should be final. | 233 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 234 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 240 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 273 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter object should be final. | 280 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter locator should be final. | 285 | |
| misc | FinalParameters | Parameter strategy should be final. | 285 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 290 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 305 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewApplicationActionEventPageWeeklySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hits' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'rankPercentage' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'rank' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'indicatorName' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'sourceNote' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable 'sourceValue' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'sourceOrganization' must be private and have accessor methods. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'startYear' must be private and have accessor methods. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'endYear' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'dataPoint' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'topics' must be private and have accessor methods. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'getEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 115 | |
| coding | MagicNumber | '255' is a magic number. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 116 | |
| coding | MagicNumber | '255' is a magic number. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| design | DesignForExtension | Method 'setEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| misc | FinalParameters | Parameter value should be final. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getIndicatorName' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| coding | MagicNumber | '255' is a magic number. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'setIndicatorName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| misc | FinalParameters | Parameter value should be final. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getSourceNote' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| coding | MagicNumber | '255' is a magic number. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| design | DesignForExtension | Method 'setSourceNote' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter value should be final. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'getSourceValue' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| coding | MagicNumber | '255' is a magic number. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| design | DesignForExtension | Method 'setSourceValue' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'getSourceOrganization' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| coding | MagicNumber | '255' is a magic number. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'setSourceOrganization' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| misc | FinalParameters | Parameter value should be final. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| design | DesignForExtension | Method 'getStartYear' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| coding | MagicNumber | '10' is a magic number. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| design | DesignForExtension | Method 'setStartYear' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| misc | FinalParameters | Parameter value should be final. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| design | DesignForExtension | Method 'getEndYear' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| coding | MagicNumber | '10' is a magic number. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| design | DesignForExtension | Method 'setEndYear' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| misc | FinalParameters | Parameter value should be final. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| javadoc | JavadocMethod | Expected an @return tag. | 294 | |
| design | DesignForExtension | Method 'getDataPoint' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| coding | MagicNumber | '20' is a magic number. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| design | DesignForExtension | Method 'setDataPoint' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| misc | FinalParameters | Parameter value should be final. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| design | DesignForExtension | Method 'getTopics' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| coding | MagicNumber | '255' is a magic number. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'setTopics' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| misc | FinalParameters | Parameter value should be final. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 334 | |
| design | DesignForExtension | Method 'withEmbeddedId' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| misc | FinalParameters | Parameter value should be final. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 339 | |
| design | DesignForExtension | Method 'withIndicatorName' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| misc | FinalParameters | Parameter value should be final. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 344 | |
| design | DesignForExtension | Method 'withSourceNote' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| misc | FinalParameters | Parameter value should be final. | 344 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 349 | |
| design | DesignForExtension | Method 'withSourceValue' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 354 | |
| design | DesignForExtension | Method 'withSourceOrganization' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| misc | FinalParameters | Parameter value should be final. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 359 | |
| design | DesignForExtension | Method 'withStartYear' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| misc | FinalParameters | Parameter value should be final. | 359 | |
| design | DesignForExtension | Method 'withEndYear' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| misc | FinalParameters | Parameter value should be final. | 364 | |
| design | DesignForExtension | Method 'withDataPoint' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| misc | FinalParameters | Parameter value should be final. | 369 | |
| design | DesignForExtension | Method 'withTopics' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| misc | FinalParameters | Parameter value should be final. | 374 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 386 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| misc | FinalParameters | Parameter locator should be final. | 386 | |
| misc | FinalParameters | Parameter buffer should be final. | 386 | |
| misc | FinalParameters | Parameter strategy should be final. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 393 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| misc | FinalParameters | Parameter locator should be final. | 393 | |
| misc | FinalParameters | Parameter buffer should be final. | 393 | |
| misc | FinalParameters | Parameter strategy should be final. | 393 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 397 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 402 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 404 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 407 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 412 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 417 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 422 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 424 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 432 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 442 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 442 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 442 | |
| misc | FinalParameters | Parameter object should be final. | 442 | |
| misc | FinalParameters | Parameter strategy should be final. | 442 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 443 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 443 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 449 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 459 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 464 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 473 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 482 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 486 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 495 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 500 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 509 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 527 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| misc | FinalParameters | Parameter object should be final. | 534 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| misc | FinalParameters | Parameter locator should be final. | 539 | |
| misc | FinalParameters | Parameter strategy should be final. | 539 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 544 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 549 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 554 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 559 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 574 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 579 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 584 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 589 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ViewWorldbankIndicatorDataCountrySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'indicatorName' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'sourceNote' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'topics' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'dataPoint' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'sourceOrganization' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'startYear' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'sourceValue' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'endYear' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'embeddedId' must be private and have accessor methods. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter v should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter v should be final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'indicatorId' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'countryId' must be private and have accessor methods. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'getIndicatorId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| coding | MagicNumber | '255' is a magic number. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setIndicatorId' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getCountryId' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| coding | MagicNumber | '255' is a magic number. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setCountryId' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 121 | |
| design | DesignForExtension | Method 'withIndicatorId' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 126 | |
| design | DesignForExtension | Method 'withCountryId' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 138 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter locator should be final. | 138 | |
| misc | FinalParameters | Parameter buffer should be final. | 138 | |
| misc | FinalParameters | Parameter strategy should be final. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 145 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter locator should be final. | 145 | |
| misc | FinalParameters | Parameter buffer should be final. | 145 | |
| misc | FinalParameters | Parameter strategy should be final. | 145 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 149 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 159 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 159 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 159 | |
| misc | FinalParameters | Parameter object should be final. | 159 | |
| misc | FinalParameters | Parameter strategy should be final. | 159 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 166 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 172 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 181 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter object should be final. | 188 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter locator should be final. | 193 | |
| misc | FinalParameters | Parameter strategy should be final. | 193 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 198 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 203 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'WorldbankIndicatorDataCountrySummaryEmbeddedId_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'indicatorId' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'countryId' must be private and have accessor methods. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createViewRiksdagenMinistry' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| design | DesignForExtension | Method 'createViewRiksdagenGovermentRoleMember' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'roleId' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'roleCode' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'fromDate' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'toDate' must be private and have accessor methods. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| design | DesignForExtension | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| coding | MagicNumber | '255' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'setDetail' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getRoleCode' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| coding | MagicNumber | '255' is a magic number. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'setRoleCode' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| coding | MagicNumber | '255' is a magic number. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter value should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| coding | MagicNumber | '255' is a magic number. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| misc | FinalParameters | Parameter value should be final. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| misc | FinalParameters | Parameter value should be final. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| coding | MagicNumber | '255' is a magic number. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter value should be final. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| coding | MagicNumber | '255' is a magic number. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| javadoc | JavadocMethod | Expected an @return tag. | 351 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| coding | MagicNumber | '10' is a magic number. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| misc | FinalParameters | Parameter value should be final. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| javadoc | JavadocMethod | Expected an @return tag. | 369 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter value should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 379 | |
| design | DesignForExtension | Method 'withRoleId' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| design | DesignForExtension | Method 'withDetail' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 388 | |
| design | DesignForExtension | Method 'withRoleCode' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| misc | FinalParameters | Parameter value should be final. | 398 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| design | DesignForExtension | Method 'withFromDate' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| misc | FinalParameters | Parameter value should be final. | 408 | |
| design | DesignForExtension | Method 'withToDate' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| design | DesignForExtension | Method 'withPersonId' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter value should be final. | 418 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| misc | FinalParameters | Parameter value should be final. | 423 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| misc | FinalParameters | Parameter value should be final. | 433 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 445 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| misc | FinalParameters | Parameter locator should be final. | 445 | |
| misc | FinalParameters | Parameter buffer should be final. | 445 | |
| misc | FinalParameters | Parameter strategy should be final. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 452 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| misc | FinalParameters | Parameter locator should be final. | 452 | |
| misc | FinalParameters | Parameter buffer should be final. | 452 | |
| misc | FinalParameters | Parameter strategy should be final. | 452 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 453 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 458 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 466 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 471 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 481 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 493 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 511 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 511 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 511 | |
| misc | FinalParameters | Parameter object should be final. | 511 | |
| misc | FinalParameters | Parameter strategy should be final. | 511 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 512 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 512 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 524 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 533 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 542 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 560 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 578 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 587 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 605 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 614 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 621 | |
| misc | FinalParameters | Parameter object should be final. | 621 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| misc | FinalParameters | Parameter locator should be final. | 626 | |
| misc | FinalParameters | Parameter strategy should be final. | 626 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 651 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 656 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 666 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 681 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 686 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenGovermentRoleMember_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'fromDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'roleId' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'roleCode' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'toDate' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'nameId' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'currentMemberSize' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| design | DesignForExtension | Method 'getNameId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'setNameId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocMethod | Expected an @return tag. | 131 | |
| design | DesignForExtension | Method 'getTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| coding | MagicNumber | '20' is a magic number. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'setTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'getFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'setFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'setLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| misc | FinalParameters | Parameter value should be final. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 203 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| coding | MagicNumber | '20' is a magic number. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter value should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| javadoc | JavadocMethod | Expected an @return tag. | 221 | |
| design | DesignForExtension | Method 'getCurrentMemberSize' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| coding | MagicNumber | '20' is a magic number. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| design | DesignForExtension | Method 'setCurrentMemberSize' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| misc | FinalParameters | Parameter value should be final. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| javadoc | JavadocMethod | Expected an @return tag. | 239 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| misc | FinalParameters | Parameter value should be final. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 249 | |
| design | DesignForExtension | Method 'withNameId' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| misc | FinalParameters | Parameter value should be final. | 253 | |
| design | DesignForExtension | Method 'withTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter value should be final. | 258 | |
| design | DesignForExtension | Method 'withFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter value should be final. | 263 | |
| design | DesignForExtension | Method 'withLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter value should be final. | 268 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| design | DesignForExtension | Method 'withCurrentMemberSize' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| misc | FinalParameters | Parameter value should be final. | 278 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter value should be final. | 283 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 295 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| misc | FinalParameters | Parameter locator should be final. | 295 | |
| misc | FinalParameters | Parameter buffer should be final. | 295 | |
| misc | FinalParameters | Parameter strategy should be final. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 302 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| misc | FinalParameters | Parameter locator should be final. | 302 | |
| misc | FinalParameters | Parameter buffer should be final. | 302 | |
| misc | FinalParameters | Parameter strategy should be final. | 302 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 303 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 321 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 341 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 341 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 341 | |
| misc | FinalParameters | Parameter object should be final. | 341 | |
| misc | FinalParameters | Parameter strategy should be final. | 341 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 342 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 342 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 354 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 363 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 372 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 381 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 399 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 408 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 415 | |
| misc | FinalParameters | Parameter object should be final. | 415 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| misc | FinalParameters | Parameter locator should be final. | 420 | |
| misc | FinalParameters | Parameter strategy should be final. | 420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 455 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenMinistry_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'currentMemberSize' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'nameId' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createViewRiksdagenParty' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'createViewRiksdagenPartySummary' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'createViewRiksdagenPartyMember' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'createViewRiksdagenPartyRoleMember' is not designed for extension - needs to be abstract, final or empty. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'partyId' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'partyNumber' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'partyName' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'headCount' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'website' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'registeredDate' must be private and have accessor methods. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'setPartyId' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getPartyNumber' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| coding | MagicNumber | '255' is a magic number. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setPartyNumber' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getPartyName' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '255' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setPartyName' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocMethod | Expected an @return tag. | 180 | |
| design | DesignForExtension | Method 'getHeadCount' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| coding | MagicNumber | '20' is a magic number. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setHeadCount' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'getWebsite' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| coding | MagicNumber | '255' is a magic number. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| design | DesignForExtension | Method 'setWebsite' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| misc | FinalParameters | Parameter value should be final. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'getRegisteredDate' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'setRegisteredDate' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| misc | FinalParameters | Parameter value should be final. | 243 | |
| design | DesignForExtension | Method 'withPartyId' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter value should be final. | 247 | |
| design | DesignForExtension | Method 'withPartyNumber' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter value should be final. | 252 | |
| design | DesignForExtension | Method 'withPartyName' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| misc | FinalParameters | Parameter value should be final. | 257 | |
| design | DesignForExtension | Method 'withHeadCount' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| misc | FinalParameters | Parameter value should be final. | 262 | |
| design | DesignForExtension | Method 'withWebsite' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| misc | FinalParameters | Parameter value should be final. | 267 | |
| design | DesignForExtension | Method 'withRegisteredDate' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| misc | FinalParameters | Parameter value should be final. | 272 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 284 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| misc | FinalParameters | Parameter locator should be final. | 284 | |
| misc | FinalParameters | Parameter buffer should be final. | 284 | |
| misc | FinalParameters | Parameter strategy should be final. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 291 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter locator should be final. | 291 | |
| misc | FinalParameters | Parameter buffer should be final. | 291 | |
| misc | FinalParameters | Parameter strategy should be final. | 291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 292 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 310 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 312 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 325 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 325 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 325 | |
| misc | FinalParameters | Parameter object should be final. | 325 | |
| misc | FinalParameters | Parameter strategy should be final. | 325 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 326 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 338 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 347 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 356 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 365 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 374 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 383 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| misc | FinalParameters | Parameter object should be final. | 390 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| misc | FinalParameters | Parameter locator should be final. | 395 | |
| misc | FinalParameters | Parameter strategy should be final. | 395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 400 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 425 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| design | VisibilityModifier | Variable 'city' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'coAddress' must be private and have accessor methods. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | VisibilityModifier | Variable 'email' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'faxNumber' must be private and have accessor methods. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'partyId' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'partyName' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'phoneNumber' must be private and have accessor methods. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| design | VisibilityModifier | Variable 'postCode' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'registeredDate' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'shortCode' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'website' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| design | VisibilityModifier | Variable 'electionRegion' must be private and have accessor methods. | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 158 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| design | VisibilityModifier | Variable 'hangarGuid' must be private and have accessor methods. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| design | VisibilityModifier | Variable 'imageUrl192' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'imageUrl80' must be private and have accessor methods. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| design | VisibilityModifier | Variable 'imageUrlMax' must be private and have accessor methods. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| design | VisibilityModifier | Variable 'personUrlXml' must be private and have accessor methods. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 177 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| javadoc | JavadocMethod | Expected an @return tag. | 211 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| coding | MagicNumber | '20' is a magic number. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| misc | FinalParameters | Parameter value should be final. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| coding | MagicNumber | '255' is a magic number. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter value should be final. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'getCity' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| coding | MagicNumber | '255' is a magic number. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| design | DesignForExtension | Method 'setCity' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| design | DesignForExtension | Method 'getCoAddress' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| coding | MagicNumber | '255' is a magic number. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| design | DesignForExtension | Method 'setCoAddress' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| misc | FinalParameters | Parameter value should be final. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| coding | MagicNumber | '255' is a magic number. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| misc | FinalParameters | Parameter value should be final. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| design | DesignForExtension | Method 'getFaxNumber' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| coding | MagicNumber | '255' is a magic number. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| design | DesignForExtension | Method 'setFaxNumber' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| misc | FinalParameters | Parameter value should be final. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| design | DesignForExtension | Method 'getPartyId' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| coding | MagicNumber | '255' is a magic number. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| design | DesignForExtension | Method 'setPartyId' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter value should be final. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| design | DesignForExtension | Method 'getPartyName' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| coding | MagicNumber | '255' is a magic number. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| design | DesignForExtension | Method 'setPartyName' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| design | DesignForExtension | Method 'getPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| coding | MagicNumber | '255' is a magic number. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| design | DesignForExtension | Method 'setPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| misc | FinalParameters | Parameter value should be final. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| design | DesignForExtension | Method 'getPostCode' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| coding | MagicNumber | '255' is a magic number. | 442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| design | DesignForExtension | Method 'setPostCode' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| design | DesignForExtension | Method 'getRegisteredDate' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| design | DesignForExtension | Method 'setRegisteredDate' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| misc | FinalParameters | Parameter value should be final. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| design | DesignForExtension | Method 'getShortCode' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| coding | MagicNumber | '255' is a magic number. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 506 | |
| design | DesignForExtension | Method 'setShortCode' is not designed for extension - needs to be abstract, final or empty. | 508 | |
| misc | FinalParameters | Parameter value should be final. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| design | DesignForExtension | Method 'getWebsite' is not designed for extension - needs to be abstract, final or empty. | 520 | |
| coding | MagicNumber | '255' is a magic number. | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 532 | |
| design | DesignForExtension | Method 'setWebsite' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| misc | FinalParameters | Parameter value should be final. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| javadoc | JavadocMethod | Expected an @return tag. | 542 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| coding | MagicNumber | '10' is a magic number. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 552 | |
| misc | FinalParameters | Parameter value should be final. | 552 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| design | DesignForExtension | Method 'getElectionRegion' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| coding | MagicNumber | '255' is a magic number. | 565 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 576 | |
| design | DesignForExtension | Method 'setElectionRegion' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| misc | FinalParameters | Parameter value should be final. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| coding | MagicNumber | '255' is a magic number. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 602 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 604 | |
| misc | FinalParameters | Parameter value should be final. | 604 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| coding | MagicNumber | '255' is a magic number. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 624 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 630 | |
| misc | FinalParameters | Parameter value should be final. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 640 | |
| design | DesignForExtension | Method 'getHangarGuid' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| coding | MagicNumber | '255' is a magic number. | 643 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| design | DesignForExtension | Method 'setHangarGuid' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| misc | FinalParameters | Parameter value should be final. | 656 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 662 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 666 | |
| design | DesignForExtension | Method 'getImageUrl192' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| coding | MagicNumber | '255' is a magic number. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 676 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 680 | |
| design | DesignForExtension | Method 'setImageUrl192' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| misc | FinalParameters | Parameter value should be final. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 692 | |
| design | DesignForExtension | Method 'getImageUrl80' is not designed for extension - needs to be abstract, final or empty. | 694 | |
| coding | MagicNumber | '255' is a magic number. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 706 | |
| design | DesignForExtension | Method 'setImageUrl80' is not designed for extension - needs to be abstract, final or empty. | 708 | |
| misc | FinalParameters | Parameter value should be final. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 718 | |
| design | DesignForExtension | Method 'getImageUrlMax' is not designed for extension - needs to be abstract, final or empty. | 720 | |
| coding | MagicNumber | '255' is a magic number. | 721 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 732 | |
| design | DesignForExtension | Method 'setImageUrlMax' is not designed for extension - needs to be abstract, final or empty. | 734 | |
| misc | FinalParameters | Parameter value should be final. | 734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 740 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 746 | |
| coding | MagicNumber | '255' is a magic number. | 747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 754 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 758 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| misc | FinalParameters | Parameter value should be final. | 760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 770 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 772 | |
| coding | MagicNumber | '255' is a magic number. | 773 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 784 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 786 | |
| misc | FinalParameters | Parameter value should be final. | 786 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 792 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 796 | |
| design | DesignForExtension | Method 'getPersonUrlXml' is not designed for extension - needs to be abstract, final or empty. | 798 | |
| coding | MagicNumber | '255' is a magic number. | 799 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 806 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 810 | |
| design | DesignForExtension | Method 'setPersonUrlXml' is not designed for extension - needs to be abstract, final or empty. | 812 | |
| misc | FinalParameters | Parameter value should be final. | 812 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 818 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 822 | |
| design | DesignForExtension | Method 'getPlace' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| coding | MagicNumber | '255' is a magic number. | 825 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 832 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 836 | |
| design | DesignForExtension | Method 'setPlace' is not designed for extension - needs to be abstract, final or empty. | 838 | |
| misc | FinalParameters | Parameter value should be final. | 838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 848 | |
| design | DesignForExtension | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 850 | |
| coding | MagicNumber | '255' is a magic number. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 858 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 862 | |
| design | DesignForExtension | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 864 | |
| misc | FinalParameters | Parameter value should be final. | 864 | |
| design | DesignForExtension | Method 'withId' is not designed for extension - needs to be abstract, final or empty. | 868 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 868 | |
| misc | FinalParameters | Parameter value should be final. | 868 | |
| design | DesignForExtension | Method 'withHjid' is not designed for extension - needs to be abstract, final or empty. | 873 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 873 | |
| misc | FinalParameters | Parameter value should be final. | 873 | |
| design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 878 | |
| misc | FinalParameters | Parameter value should be final. | 878 | |
| design | DesignForExtension | Method 'withCity' is not designed for extension - needs to be abstract, final or empty. | 883 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 883 | |
| misc | FinalParameters | Parameter value should be final. | 883 | |
| design | DesignForExtension | Method 'withCoAddress' is not designed for extension - needs to be abstract, final or empty. | 888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 888 | |
| misc | FinalParameters | Parameter value should be final. | 888 | |
| design | DesignForExtension | Method 'withEmail' is not designed for extension - needs to be abstract, final or empty. | 893 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 893 | |
| misc | FinalParameters | Parameter value should be final. | 893 | |
| design | DesignForExtension | Method 'withFaxNumber' is not designed for extension - needs to be abstract, final or empty. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 898 | |
| misc | FinalParameters | Parameter value should be final. | 898 | |
| design | DesignForExtension | Method 'withPartyId' is not designed for extension - needs to be abstract, final or empty. | 903 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 903 | |
| misc | FinalParameters | Parameter value should be final. | 903 | |
| design | DesignForExtension | Method 'withPartyName' is not designed for extension - needs to be abstract, final or empty. | 908 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 908 | |
| misc | FinalParameters | Parameter value should be final. | 908 | |
| design | DesignForExtension | Method 'withPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 913 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 913 | |
| misc | FinalParameters | Parameter value should be final. | 913 | |
| design | DesignForExtension | Method 'withPostCode' is not designed for extension - needs to be abstract, final or empty. | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 918 | |
| misc | FinalParameters | Parameter value should be final. | 918 | |
| design | DesignForExtension | Method 'withRegisteredDate' is not designed for extension - needs to be abstract, final or empty. | 923 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 923 | |
| misc | FinalParameters | Parameter value should be final. | 923 | |
| design | DesignForExtension | Method 'withShortCode' is not designed for extension - needs to be abstract, final or empty. | 928 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 928 | |
| misc | FinalParameters | Parameter value should be final. | 928 | |
| design | DesignForExtension | Method 'withWebsite' is not designed for extension - needs to be abstract, final or empty. | 933 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 933 | |
| misc | FinalParameters | Parameter value should be final. | 933 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 938 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 938 | |
| misc | FinalParameters | Parameter value should be final. | 938 | |
| design | DesignForExtension | Method 'withElectionRegion' is not designed for extension - needs to be abstract, final or empty. | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 943 | |
| misc | FinalParameters | Parameter value should be final. | 943 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 948 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 948 | |
| misc | FinalParameters | Parameter value should be final. | 948 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 953 | |
| misc | FinalParameters | Parameter value should be final. | 953 | |
| design | DesignForExtension | Method 'withHangarGuid' is not designed for extension - needs to be abstract, final or empty. | 958 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 | |
| misc | FinalParameters | Parameter value should be final. | 958 | |
| design | DesignForExtension | Method 'withImageUrl192' is not designed for extension - needs to be abstract, final or empty. | 963 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 963 | |
| misc | FinalParameters | Parameter value should be final. | 963 | |
| design | DesignForExtension | Method 'withImageUrl80' is not designed for extension - needs to be abstract, final or empty. | 968 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 968 | |
| misc | FinalParameters | Parameter value should be final. | 968 | |
| design | DesignForExtension | Method 'withImageUrlMax' is not designed for extension - needs to be abstract, final or empty. | 973 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 973 | |
| misc | FinalParameters | Parameter value should be final. | 973 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 978 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 978 | |
| misc | FinalParameters | Parameter value should be final. | 978 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 983 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 983 | |
| misc | FinalParameters | Parameter value should be final. | 983 | |
| design | DesignForExtension | Method 'withPersonUrlXml' is not designed for extension - needs to be abstract, final or empty. | 988 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 988 | |
| misc | FinalParameters | Parameter value should be final. | 988 | |
| design | DesignForExtension | Method 'withPlace' is not designed for extension - needs to be abstract, final or empty. | 993 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 993 | |
| misc | FinalParameters | Parameter value should be final. | 993 | |
| design | DesignForExtension | Method 'withStatus' is not designed for extension - needs to be abstract, final or empty. | 998 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 998 | |
| misc | FinalParameters | Parameter value should be final. | 998 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1010 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 1010 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1010 | |
| misc | FinalParameters | Parameter locator should be final. | 1010 | |
| misc | FinalParameters | Parameter buffer should be final. | 1010 | |
| misc | FinalParameters | Parameter strategy should be final. | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1017 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1017 | |
| misc | FinalParameters | Parameter locator should be final. | 1017 | |
| misc | FinalParameters | Parameter buffer should be final. | 1017 | |
| misc | FinalParameters | Parameter strategy should be final. | 1017 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1018 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1023 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1028 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1033 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1038 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1041 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1043 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1051 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1053 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1061 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1063 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1066 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1071 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1073 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1076 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1081 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1083 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1091 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1096 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1101 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1103 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1111 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1116 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1118 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1121 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1126 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1131 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1133 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1141 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1143 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1148 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1156 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1156 | |
| sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 1156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1156 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1156 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1156 | |
| misc | FinalParameters | Parameter object should be final. | 1156 | |
| misc | FinalParameters | Parameter strategy should be final. | 1156 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1157 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1157 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1157 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1163 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1173 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1178 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1182 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1187 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1196 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1200 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1205 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1209 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1214 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1218 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1223 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1227 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1232 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1236 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1241 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1245 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1250 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1254 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1259 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1268 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1272 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1277 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1281 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1286 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1290 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1295 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1299 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 1304 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1313 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1317 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1322 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1326 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1335 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1340 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1344 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 1349 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1353 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1358 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1362 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1367 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1371 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1376 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1380 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 1385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1389 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1394 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1398 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1403 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1410 | |
| misc | FinalParameters | Parameter object should be final. | 1410 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1415 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1415 | |
| misc | FinalParameters | Parameter locator should be final. | 1415 | |
| misc | FinalParameters | Parameter strategy should be final. | 1415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1422 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1427 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1432 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1437 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1447 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1452 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1457 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1460 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1462 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1472 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1475 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1477 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1480 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1482 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1485 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1490 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1492 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 1495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1497 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1500 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1505 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1515 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1517 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1520 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1522 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1525 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1527 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1530 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1535 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1537 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 1540 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1542 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1545 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1547 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1550 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenPartyMember_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'coAddress' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'imageUrlMax' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'registeredDate' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'city' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'imageUrl192' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'electionRegion' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'partyName' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'hangarGuid' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'place' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'partyId' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'email' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'shortCode' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'website' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'personUrlXml' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'phoneNumber' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'faxNumber' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'postCode' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'imageUrl80' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'roleId' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'roleCode' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'fromDate' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'toDate' must be private and have accessor methods. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| design | DesignForExtension | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| coding | MagicNumber | '255' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'setDetail' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getRoleCode' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| coding | MagicNumber | '255' is a magic number. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | DesignForExtension | Method 'setRoleCode' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| coding | MagicNumber | '255' is a magic number. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter value should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| coding | MagicNumber | '255' is a magic number. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| misc | FinalParameters | Parameter value should be final. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| misc | FinalParameters | Parameter value should be final. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| coding | MagicNumber | '255' is a magic number. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter value should be final. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| coding | MagicNumber | '255' is a magic number. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| javadoc | JavadocMethod | Expected an @return tag. | 351 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| coding | MagicNumber | '10' is a magic number. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| misc | FinalParameters | Parameter value should be final. | 361 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| javadoc | JavadocMethod | Expected an @return tag. | 369 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter value should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 379 | |
| design | DesignForExtension | Method 'withRoleId' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| misc | FinalParameters | Parameter value should be final. | 383 | |
| design | DesignForExtension | Method 'withDetail' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 388 | |
| design | DesignForExtension | Method 'withRoleCode' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 398 | |
| misc | FinalParameters | Parameter value should be final. | 398 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| design | DesignForExtension | Method 'withFromDate' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| misc | FinalParameters | Parameter value should be final. | 408 | |
| design | DesignForExtension | Method 'withToDate' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| design | DesignForExtension | Method 'withPersonId' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter value should be final. | 418 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| misc | FinalParameters | Parameter value should be final. | 423 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| misc | FinalParameters | Parameter value should be final. | 433 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 445 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| misc | FinalParameters | Parameter locator should be final. | 445 | |
| misc | FinalParameters | Parameter buffer should be final. | 445 | |
| misc | FinalParameters | Parameter strategy should be final. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 452 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| misc | FinalParameters | Parameter locator should be final. | 452 | |
| misc | FinalParameters | Parameter buffer should be final. | 452 | |
| misc | FinalParameters | Parameter strategy should be final. | 452 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 453 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 458 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 466 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 471 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 481 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 493 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 503 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 511 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 511 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 511 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 511 | |
| misc | FinalParameters | Parameter object should be final. | 511 | |
| misc | FinalParameters | Parameter strategy should be final. | 511 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 512 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 512 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 512 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 518 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 524 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 533 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 542 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 546 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 560 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 578 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 587 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 605 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 614 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 621 | |
| misc | FinalParameters | Parameter object should be final. | 621 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| misc | FinalParameters | Parameter locator should be final. | 626 | |
| misc | FinalParameters | Parameter strategy should be final. | 626 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 628 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 636 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 646 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 651 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 656 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 666 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 676 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 678 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 681 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 686 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenPartyRoleMember_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'fromDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'roleId' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'roleCode' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'toDate' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'detail' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| design | VisibilityModifier | Variable 'currentAssignments' must be private and have accessor methods. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'totalDaysServedParliament' must be private and have accessor methods. | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'totalDaysServedCommittee' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'totalDaysServedGovernment' must be private and have accessor methods. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| design | VisibilityModifier | Variable 'totalDaysServedEu' must be private and have accessor methods. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| design | VisibilityModifier | Variable 'activeEu' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'activeGovernment' must be private and have accessor methods. | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| design | VisibilityModifier | Variable 'activeCommittee' must be private and have accessor methods. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| design | VisibilityModifier | Variable 'activeParliament' must be private and have accessor methods. | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| design | VisibilityModifier | Variable 'totalActiveEu' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'totalActiveGovernment' must be private and have accessor methods. | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 158 | |
| design | VisibilityModifier | Variable 'totalActiveCommittee' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'totalActiveParliament' must be private and have accessor methods. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| design | VisibilityModifier | Variable 'activeParty' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'activeSpeaker' must be private and have accessor methods. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| design | VisibilityModifier | Variable 'totalDaysServedSpeaker' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'totalDaysServedParty' must be private and have accessor methods. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| design | VisibilityModifier | Variable 'totalPartyAssignments' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'totalMinistryAssignments' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'totalCommitteeAssignments' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'totalSpeakerAssignments' must be private and have accessor methods. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| design | VisibilityModifier | Variable 'currentPartyAssignments' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'currentMinistryAssignments' must be private and have accessor methods. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| design | VisibilityModifier | Variable 'currentCommitteeAssignments' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'currentSpeakerAssignments' must be private and have accessor methods. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| misc | FinalParameters | Parameter value should be final. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 203 | |
| design | DesignForExtension | Method 'getTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| coding | MagicNumber | '20' is a magic number. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'setTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter value should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| javadoc | JavadocMethod | Expected an @return tag. | 221 | |
| design | DesignForExtension | Method 'getCurrentAssignments' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| coding | MagicNumber | '20' is a magic number. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| design | DesignForExtension | Method 'setCurrentAssignments' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| misc | FinalParameters | Parameter value should be final. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'getFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| design | DesignForExtension | Method 'setFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| misc | FinalParameters | Parameter value should be final. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| design | DesignForExtension | Method 'getLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| design | DesignForExtension | Method 'setLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| misc | FinalParameters | Parameter value should be final. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| javadoc | JavadocMethod | Expected an @return tag. | 293 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| coding | MagicNumber | '20' is a magic number. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter value should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| javadoc | JavadocMethod | Expected an @return tag. | 311 | |
| design | DesignForExtension | Method 'getTotalDaysServedParliament' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| coding | MagicNumber | '20' is a magic number. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| design | DesignForExtension | Method 'setTotalDaysServedParliament' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| misc | FinalParameters | Parameter value should be final. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| javadoc | JavadocMethod | Expected an @return tag. | 329 | |
| design | DesignForExtension | Method 'getTotalDaysServedCommittee' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| coding | MagicNumber | '20' is a magic number. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| design | DesignForExtension | Method 'setTotalDaysServedCommittee' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| misc | FinalParameters | Parameter value should be final. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| javadoc | JavadocMethod | Expected an @return tag. | 347 | |
| design | DesignForExtension | Method 'getTotalDaysServedGovernment' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| coding | MagicNumber | '20' is a magic number. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'setTotalDaysServedGovernment' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| misc | FinalParameters | Parameter value should be final. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| javadoc | JavadocMethod | Expected an @return tag. | 365 | |
| design | DesignForExtension | Method 'getTotalDaysServedEu' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| coding | MagicNumber | '20' is a magic number. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'setTotalDaysServedEu' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter value should be final. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| javadoc | JavadocMethod | Expected an @return tag. | 383 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| misc | FinalParameters | Parameter value should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| javadoc | JavadocMethod | Expected an @return tag. | 401 | |
| design | DesignForExtension | Method 'isActiveEu' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| design | DesignForExtension | Method 'setActiveEu' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter value should be final. | 411 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| javadoc | JavadocMethod | Expected an @return tag. | 419 | |
| design | DesignForExtension | Method 'isActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| design | DesignForExtension | Method 'setActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| misc | FinalParameters | Parameter value should be final. | 429 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| javadoc | JavadocMethod | Expected an @return tag. | 437 | |
| design | DesignForExtension | Method 'isActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| design | DesignForExtension | Method 'setActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| misc | FinalParameters | Parameter value should be final. | 447 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| javadoc | JavadocMethod | Expected an @return tag. | 455 | |
| design | DesignForExtension | Method 'isActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| design | DesignForExtension | Method 'setActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| javadoc | JavadocMethod | Expected an @return tag. | 473 | |
| design | DesignForExtension | Method 'getTotalActiveEu' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| coding | MagicNumber | '20' is a magic number. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'setTotalActiveEu' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| misc | FinalParameters | Parameter value should be final. | 483 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| javadoc | JavadocMethod | Expected an @return tag. | 491 | |
| design | DesignForExtension | Method 'getTotalActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| coding | MagicNumber | '20' is a magic number. | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| design | DesignForExtension | Method 'setTotalActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 501 | |
| misc | FinalParameters | Parameter value should be final. | 501 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| javadoc | JavadocMethod | Expected an @return tag. | 509 | |
| design | DesignForExtension | Method 'getTotalActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| coding | MagicNumber | '20' is a magic number. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| design | DesignForExtension | Method 'setTotalActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 519 | |
| misc | FinalParameters | Parameter value should be final. | 519 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| javadoc | JavadocMethod | Expected an @return tag. | 527 | |
| design | DesignForExtension | Method 'getTotalActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| coding | MagicNumber | '20' is a magic number. | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| design | DesignForExtension | Method 'setTotalActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| misc | FinalParameters | Parameter value should be final. | 537 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| javadoc | JavadocMethod | Expected an @return tag. | 545 | |
| design | DesignForExtension | Method 'isActiveParty' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| design | DesignForExtension | Method 'setActiveParty' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| misc | FinalParameters | Parameter value should be final. | 555 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| javadoc | JavadocMethod | Expected an @return tag. | 563 | |
| design | DesignForExtension | Method 'isActiveSpeaker' is not designed for extension - needs to be abstract, final or empty. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| design | DesignForExtension | Method 'setActiveSpeaker' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| misc | FinalParameters | Parameter value should be final. | 573 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 573 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 579 | |
| javadoc | JavadocMethod | Expected an @return tag. | 581 | |
| design | DesignForExtension | Method 'getTotalDaysServedSpeaker' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| coding | MagicNumber | '20' is a magic number. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| design | DesignForExtension | Method 'setTotalDaysServedSpeaker' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| javadoc | JavadocMethod | Expected an @return tag. | 599 | |
| design | DesignForExtension | Method 'getTotalDaysServedParty' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| coding | MagicNumber | '20' is a magic number. | 600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| design | DesignForExtension | Method 'setTotalDaysServedParty' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| misc | FinalParameters | Parameter value should be final. | 609 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| javadoc | JavadocMethod | Expected an @return tag. | 617 | |
| design | DesignForExtension | Method 'getTotalPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| coding | MagicNumber | '20' is a magic number. | 618 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 | |
| design | DesignForExtension | Method 'setTotalPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| misc | FinalParameters | Parameter value should be final. | 627 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| javadoc | JavadocMethod | Expected an @return tag. | 635 | |
| design | DesignForExtension | Method 'getTotalMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 635 | |
| coding | MagicNumber | '20' is a magic number. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 643 | |
| design | DesignForExtension | Method 'setTotalMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 645 | |
| misc | FinalParameters | Parameter value should be final. | 645 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 645 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| javadoc | JavadocMethod | Expected an @return tag. | 653 | |
| design | DesignForExtension | Method 'getTotalCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| coding | MagicNumber | '20' is a magic number. | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| design | DesignForExtension | Method 'setTotalCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 663 | |
| misc | FinalParameters | Parameter value should be final. | 663 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 663 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| javadoc | JavadocMethod | Expected an @return tag. | 671 | |
| design | DesignForExtension | Method 'getTotalSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| coding | MagicNumber | '20' is a magic number. | 672 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| design | DesignForExtension | Method 'setTotalSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 681 | |
| misc | FinalParameters | Parameter value should be final. | 681 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| javadoc | JavadocMethod | Expected an @return tag. | 689 | |
| design | DesignForExtension | Method 'getCurrentPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| coding | MagicNumber | '20' is a magic number. | 690 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 697 | |
| design | DesignForExtension | Method 'setCurrentPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| misc | FinalParameters | Parameter value should be final. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| javadoc | JavadocMethod | Expected an @return tag. | 707 | |
| design | DesignForExtension | Method 'getCurrentMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| coding | MagicNumber | '20' is a magic number. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 715 | |
| design | DesignForExtension | Method 'setCurrentMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 717 | |
| misc | FinalParameters | Parameter value should be final. | 717 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| javadoc | JavadocMethod | Expected an @return tag. | 725 | |
| design | DesignForExtension | Method 'getCurrentCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| coding | MagicNumber | '20' is a magic number. | 726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 733 | |
| design | DesignForExtension | Method 'setCurrentCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 735 | |
| misc | FinalParameters | Parameter value should be final. | 735 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 735 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| javadoc | JavadocMethod | Expected an @return tag. | 743 | |
| design | DesignForExtension | Method 'getCurrentSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| coding | MagicNumber | '20' is a magic number. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| design | DesignForExtension | Method 'setCurrentSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 753 | |
| misc | FinalParameters | Parameter value should be final. | 753 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 753 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 757 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 757 | |
| misc | FinalParameters | Parameter value should be final. | 757 | |
| design | DesignForExtension | Method 'withTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 762 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 762 | |
| misc | FinalParameters | Parameter value should be final. | 762 | |
| design | DesignForExtension | Method 'withCurrentAssignments' is not designed for extension - needs to be abstract, final or empty. | 767 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 767 | |
| misc | FinalParameters | Parameter value should be final. | 767 | |
| design | DesignForExtension | Method 'withFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 772 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 772 | |
| misc | FinalParameters | Parameter value should be final. | 772 | |
| design | DesignForExtension | Method 'withLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 777 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 777 | |
| misc | FinalParameters | Parameter value should be final. | 777 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 782 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 782 | |
| misc | FinalParameters | Parameter value should be final. | 782 | |
| design | DesignForExtension | Method 'withTotalDaysServedParliament' is not designed for extension - needs to be abstract, final or empty. | 787 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 787 | |
| misc | FinalParameters | Parameter value should be final. | 787 | |
| design | DesignForExtension | Method 'withTotalDaysServedCommittee' is not designed for extension - needs to be abstract, final or empty. | 792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 792 | |
| misc | FinalParameters | Parameter value should be final. | 792 | |
| design | DesignForExtension | Method 'withTotalDaysServedGovernment' is not designed for extension - needs to be abstract, final or empty. | 797 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 797 | |
| misc | FinalParameters | Parameter value should be final. | 797 | |
| design | DesignForExtension | Method 'withTotalDaysServedEu' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 802 | |
| misc | FinalParameters | Parameter value should be final. | 802 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 807 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 807 | |
| misc | FinalParameters | Parameter value should be final. | 807 | |
| design | DesignForExtension | Method 'withActiveEu' is not designed for extension - needs to be abstract, final or empty. | 812 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 812 | |
| misc | FinalParameters | Parameter value should be final. | 812 | |
| design | DesignForExtension | Method 'withActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 817 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 817 | |
| misc | FinalParameters | Parameter value should be final. | 817 | |
| design | DesignForExtension | Method 'withActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 822 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 822 | |
| misc | FinalParameters | Parameter value should be final. | 822 | |
| design | DesignForExtension | Method 'withActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 827 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 827 | |
| misc | FinalParameters | Parameter value should be final. | 827 | |
| design | DesignForExtension | Method 'withTotalActiveEu' is not designed for extension - needs to be abstract, final or empty. | 832 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 832 | |
| misc | FinalParameters | Parameter value should be final. | 832 | |
| design | DesignForExtension | Method 'withTotalActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 837 | |
| misc | FinalParameters | Parameter value should be final. | 837 | |
| design | DesignForExtension | Method 'withTotalActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 842 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 842 | |
| misc | FinalParameters | Parameter value should be final. | 842 | |
| design | DesignForExtension | Method 'withTotalActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 847 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 847 | |
| misc | FinalParameters | Parameter value should be final. | 847 | |
| design | DesignForExtension | Method 'withActiveParty' is not designed for extension - needs to be abstract, final or empty. | 852 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 852 | |
| misc | FinalParameters | Parameter value should be final. | 852 | |
| design | DesignForExtension | Method 'withActiveSpeaker' is not designed for extension - needs to be abstract, final or empty. | 857 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 857 | |
| misc | FinalParameters | Parameter value should be final. | 857 | |
| design | DesignForExtension | Method 'withTotalDaysServedSpeaker' is not designed for extension - needs to be abstract, final or empty. | 862 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 862 | |
| misc | FinalParameters | Parameter value should be final. | 862 | |
| design | DesignForExtension | Method 'withTotalDaysServedParty' is not designed for extension - needs to be abstract, final or empty. | 867 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 867 | |
| misc | FinalParameters | Parameter value should be final. | 867 | |
| design | DesignForExtension | Method 'withTotalPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 872 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 872 | |
| misc | FinalParameters | Parameter value should be final. | 872 | |
| design | DesignForExtension | Method 'withTotalMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 877 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 877 | |
| misc | FinalParameters | Parameter value should be final. | 877 | |
| design | DesignForExtension | Method 'withTotalCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 882 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 882 | |
| misc | FinalParameters | Parameter value should be final. | 882 | |
| design | DesignForExtension | Method 'withTotalSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 887 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 887 | |
| misc | FinalParameters | Parameter value should be final. | 887 | |
| design | DesignForExtension | Method 'withCurrentPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 892 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 892 | |
| misc | FinalParameters | Parameter value should be final. | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 897 | |
| design | DesignForExtension | Method 'withCurrentMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 897 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 897 | |
| misc | FinalParameters | Parameter value should be final. | 897 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 902 | |
| design | DesignForExtension | Method 'withCurrentCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 902 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 902 | |
| misc | FinalParameters | Parameter value should be final. | 902 | |
| design | DesignForExtension | Method 'withCurrentSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 907 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 907 | |
| misc | FinalParameters | Parameter value should be final. | 907 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 912 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 919 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 919 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 919 | |
| misc | FinalParameters | Parameter locator should be final. | 919 | |
| misc | FinalParameters | Parameter buffer should be final. | 919 | |
| misc | FinalParameters | Parameter strategy should be final. | 919 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 926 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 926 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 926 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 926 | |
| misc | FinalParameters | Parameter locator should be final. | 926 | |
| misc | FinalParameters | Parameter buffer should be final. | 926 | |
| misc | FinalParameters | Parameter strategy should be final. | 926 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 927 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 935 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 937 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 940 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 942 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 945 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 947 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 950 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 952 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 955 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 960 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 962 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 965 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 967 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 970 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 972 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 975 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 977 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 985 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 987 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 990 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 992 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 995 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 997 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1000 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1005 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1010 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1015 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1017 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1020 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1022 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1025 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1030 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1035 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1037 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1040 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1042 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1045 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1047 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1050 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1052 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1055 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1057 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1060 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1065 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1067 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1070 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1075 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1085 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1085 | |
| sizes | MethodLength | Method length is 289 lines (max allowed is 150). | 1085 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1085 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1085 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1085 | |
| misc | FinalParameters | Parameter object should be final. | 1085 | |
| misc | FinalParameters | Parameter strategy should be final. | 1085 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1086 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1086 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1086 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1092 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1093 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1098 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1102 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1111 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1116 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1120 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1125 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1134 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1143 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1147 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1152 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1156 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 1161 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1165 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1170 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1174 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1179 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1188 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1192 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1197 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1206 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1210 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1215 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1219 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1224 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1237 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1242 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1246 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1251 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1255 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1260 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1264 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1269 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1278 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1282 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1287 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1291 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1296 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1300 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1305 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1309 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 1314 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1318 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1323 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1327 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 1332 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1336 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 1341 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1345 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1347 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 1350 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1354 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1356 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 1359 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1363 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1368 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1375 | |
| misc | FinalParameters | Parameter object should be final. | 1375 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1380 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 1380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1380 | |
| misc | FinalParameters | Parameter locator should be final. | 1380 | |
| misc | FinalParameters | Parameter strategy should be final. | 1380 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1382 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1385 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1387 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1392 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1395 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1397 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1400 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1402 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1405 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1407 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1412 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1417 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1422 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1427 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1432 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1437 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1442 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1447 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1450 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1452 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1455 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1457 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1460 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1462 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1465 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1467 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1470 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1472 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1475 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1477 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1480 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1482 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1485 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1487 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1490 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1492 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1497 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1500 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1502 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1505 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1507 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1510 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 1515 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1517 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 1520 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1522 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1524 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1525 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1527 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1529 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 1530 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1532 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1535 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenPartySummary_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'totalDaysServedParty' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'totalDaysServedSpeaker' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'currentPartyAssignments' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'totalPartyAssignments' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'activeCommittee' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'totalDaysServedGovernment' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'totalActiveCommittee' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'totalMinistryAssignments' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'activeEu' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'totalSpeakerAssignments' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'activeSpeaker' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'currentMinistryAssignments' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'totalActiveEu' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'totalDaysServedParliament' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'totalActiveGovernment' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'totalDaysServedEu' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'totalCommitteeAssignments' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'totalDaysServedCommittee' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'totalActiveParliament' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'activeGovernment' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'activeParty' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'currentCommitteeAssignments' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'currentSpeakerAssignments' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'currentAssignments' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'activeParliament' must be private and have accessor methods. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenParty_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'website' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'registeredDate' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'headCount' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'partyName' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'partyId' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'partyNumber' must be private and have accessor methods. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createViewRiksdagenPolitician' is not designed for extension - needs to be abstract, final or empty. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | VisibilityModifier | Variable 'currentAssignments' must be private and have accessor methods. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 158 | |
| design | VisibilityModifier | Variable 'totalDaysServedParliament' must be private and have accessor methods. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'totalDaysServedCommittee' must be private and have accessor methods. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| design | VisibilityModifier | Variable 'totalDaysServedGovernment' must be private and have accessor methods. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| design | VisibilityModifier | Variable 'totalDaysServedEu' must be private and have accessor methods. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| design | VisibilityModifier | Variable 'activeEu' must be private and have accessor methods. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| design | VisibilityModifier | Variable 'activeGovernment' must be private and have accessor methods. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| design | VisibilityModifier | Variable 'activeCommittee' must be private and have accessor methods. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| design | VisibilityModifier | Variable 'activeParliament' must be private and have accessor methods. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| design | VisibilityModifier | Variable 'activeParty' must be private and have accessor methods. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| design | VisibilityModifier | Variable 'activeSpeaker' must be private and have accessor methods. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| design | VisibilityModifier | Variable 'totalDaysServedSpeaker' must be private and have accessor methods. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| design | VisibilityModifier | Variable 'totalDaysServedParty' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| design | VisibilityModifier | Variable 'totalPartyAssignments' must be private and have accessor methods. | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| design | VisibilityModifier | Variable 'totalMinistryAssignments' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| design | VisibilityModifier | Variable 'totalCommitteeAssignments' must be private and have accessor methods. | 173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| design | VisibilityModifier | Variable 'totalSpeakerAssignments' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'currentPartyAssignments' must be private and have accessor methods. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| design | VisibilityModifier | Variable 'currentMinistryAssignments' must be private and have accessor methods. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| design | VisibilityModifier | Variable 'currentCommitteeAssignments' must be private and have accessor methods. | 177 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| design | VisibilityModifier | Variable 'currentSpeakerAssignments' must be private and have accessor methods. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| design | DesignForExtension | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| misc | FinalParameters | Parameter value should be final. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| design | DesignForExtension | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| coding | MagicNumber | '255' is a magic number. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| coding | MagicNumber | '255' is a magic number. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| design | DesignForExtension | Method 'getParty' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| coding | MagicNumber | '255' is a magic number. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| design | DesignForExtension | Method 'setParty' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| misc | FinalParameters | Parameter value should be final. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| coding | MagicNumber | '255' is a magic number. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| design | DesignForExtension | Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| misc | FinalParameters | Parameter value should be final. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| javadoc | JavadocMethod | Expected an @return tag. | 314 | |
| design | DesignForExtension | Method 'getBornYear' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| coding | MagicNumber | '10' is a magic number. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'setBornYear' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| misc | FinalParameters | Parameter value should be final. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| javadoc | JavadocMethod | Expected an @return tag. | 332 | |
| design | DesignForExtension | Method 'getTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| coding | MagicNumber | '20' is a magic number. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'setTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter value should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| javadoc | JavadocMethod | Expected an @return tag. | 350 | |
| design | DesignForExtension | Method 'getCurrentAssignments' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| coding | MagicNumber | '20' is a magic number. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| design | DesignForExtension | Method 'setCurrentAssignments' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| misc | FinalParameters | Parameter value should be final. | 360 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| design | DesignForExtension | Method 'getFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| design | DesignForExtension | Method 'setFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| misc | FinalParameters | Parameter value should be final. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| design | DesignForExtension | Method 'getLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| design | DesignForExtension | Method 'setLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| misc | FinalParameters | Parameter value should be final. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| javadoc | JavadocMethod | Expected an @return tag. | 422 | |
| design | DesignForExtension | Method 'getTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| coding | MagicNumber | '20' is a magic number. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| design | DesignForExtension | Method 'setTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| misc | FinalParameters | Parameter value should be final. | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| javadoc | JavadocMethod | Expected an @return tag. | 440 | |
| design | DesignForExtension | Method 'getTotalDaysServedParliament' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| coding | MagicNumber | '20' is a magic number. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| design | DesignForExtension | Method 'setTotalDaysServedParliament' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| misc | FinalParameters | Parameter value should be final. | 450 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| javadoc | JavadocMethod | Expected an @return tag. | 458 | |
| design | DesignForExtension | Method 'getTotalDaysServedCommittee' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| coding | MagicNumber | '20' is a magic number. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| design | DesignForExtension | Method 'setTotalDaysServedCommittee' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| misc | FinalParameters | Parameter value should be final. | 468 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| javadoc | JavadocMethod | Expected an @return tag. | 476 | |
| design | DesignForExtension | Method 'getTotalDaysServedGovernment' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| coding | MagicNumber | '20' is a magic number. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| design | DesignForExtension | Method 'setTotalDaysServedGovernment' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| misc | FinalParameters | Parameter value should be final. | 486 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| javadoc | JavadocMethod | Expected an @return tag. | 494 | |
| design | DesignForExtension | Method 'getTotalDaysServedEu' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| coding | MagicNumber | '20' is a magic number. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 502 | |
| design | DesignForExtension | Method 'setTotalDaysServedEu' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| misc | FinalParameters | Parameter value should be final. | 504 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 510 | |
| javadoc | JavadocMethod | Expected an @return tag. | 512 | |
| design | DesignForExtension | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| design | DesignForExtension | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| misc | FinalParameters | Parameter value should be final. | 522 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| javadoc | JavadocMethod | Expected an @return tag. | 530 | |
| design | DesignForExtension | Method 'isActiveEu' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| design | DesignForExtension | Method 'setActiveEu' is not designed for extension - needs to be abstract, final or empty. | 540 | |
| misc | FinalParameters | Parameter value should be final. | 540 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| javadoc | JavadocMethod | Expected an @return tag. | 548 | |
| design | DesignForExtension | Method 'isActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| design | DesignForExtension | Method 'setActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| misc | FinalParameters | Parameter value should be final. | 558 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| javadoc | JavadocMethod | Expected an @return tag. | 566 | |
| design | DesignForExtension | Method 'isActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| design | DesignForExtension | Method 'setActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| misc | FinalParameters | Parameter value should be final. | 576 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| javadoc | JavadocMethod | Expected an @return tag. | 584 | |
| design | DesignForExtension | Method 'isActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| design | DesignForExtension | Method 'setActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 594 | |
| misc | FinalParameters | Parameter value should be final. | 594 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 600 | |
| javadoc | JavadocMethod | Expected an @return tag. | 602 | |
| design | DesignForExtension | Method 'isActiveParty' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| design | DesignForExtension | Method 'setActiveParty' is not designed for extension - needs to be abstract, final or empty. | 612 | |
| misc | FinalParameters | Parameter value should be final. | 612 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 618 | |
| javadoc | JavadocMethod | Expected an @return tag. | 620 | |
| design | DesignForExtension | Method 'isActiveSpeaker' is not designed for extension - needs to be abstract, final or empty. | 620 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| design | DesignForExtension | Method 'setActiveSpeaker' is not designed for extension - needs to be abstract, final or empty. | 630 | |
| misc | FinalParameters | Parameter value should be final. | 630 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| javadoc | JavadocMethod | Expected an @return tag. | 638 | |
| design | DesignForExtension | Method 'getTotalDaysServedSpeaker' is not designed for extension - needs to be abstract, final or empty. | 638 | |
| coding | MagicNumber | '20' is a magic number. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 646 | |
| design | DesignForExtension | Method 'setTotalDaysServedSpeaker' is not designed for extension - needs to be abstract, final or empty. | 648 | |
| misc | FinalParameters | Parameter value should be final. | 648 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| javadoc | JavadocMethod | Expected an @return tag. | 656 | |
| design | DesignForExtension | Method 'getTotalDaysServedParty' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| coding | MagicNumber | '20' is a magic number. | 657 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 664 | |
| design | DesignForExtension | Method 'setTotalDaysServedParty' is not designed for extension - needs to be abstract, final or empty. | 666 | |
| misc | FinalParameters | Parameter value should be final. | 666 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 672 | |
| javadoc | JavadocMethod | Expected an @return tag. | 674 | |
| design | DesignForExtension | Method 'getTotalPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 674 | |
| coding | MagicNumber | '20' is a magic number. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 682 | |
| design | DesignForExtension | Method 'setTotalPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 684 | |
| misc | FinalParameters | Parameter value should be final. | 684 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 684 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 690 | |
| javadoc | JavadocMethod | Expected an @return tag. | 692 | |
| design | DesignForExtension | Method 'getTotalMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| coding | MagicNumber | '20' is a magic number. | 693 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 700 | |
| design | DesignForExtension | Method 'setTotalMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 702 | |
| misc | FinalParameters | Parameter value should be final. | 702 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 702 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 708 | |
| javadoc | JavadocMethod | Expected an @return tag. | 710 | |
| design | DesignForExtension | Method 'getTotalCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 710 | |
| coding | MagicNumber | '20' is a magic number. | 711 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 718 | |
| design | DesignForExtension | Method 'setTotalCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 720 | |
| misc | FinalParameters | Parameter value should be final. | 720 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 720 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 726 | |
| javadoc | JavadocMethod | Expected an @return tag. | 728 | |
| design | DesignForExtension | Method 'getTotalSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 728 | |
| coding | MagicNumber | '20' is a magic number. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 736 | |
| design | DesignForExtension | Method 'setTotalSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 738 | |
| misc | FinalParameters | Parameter value should be final. | 738 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 738 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| javadoc | JavadocMethod | Expected an @return tag. | 746 | |
| design | DesignForExtension | Method 'getCurrentPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 746 | |
| coding | MagicNumber | '20' is a magic number. | 747 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 754 | |
| design | DesignForExtension | Method 'setCurrentPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| misc | FinalParameters | Parameter value should be final. | 756 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 762 | |
| javadoc | JavadocMethod | Expected an @return tag. | 764 | |
| design | DesignForExtension | Method 'getCurrentMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 764 | |
| coding | MagicNumber | '20' is a magic number. | 765 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| design | DesignForExtension | Method 'setCurrentMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 774 | |
| misc | FinalParameters | Parameter value should be final. | 774 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 774 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| javadoc | JavadocMethod | Expected an @return tag. | 782 | |
| design | DesignForExtension | Method 'getCurrentCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 782 | |
| coding | MagicNumber | '20' is a magic number. | 783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 790 | |
| design | DesignForExtension | Method 'setCurrentCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 792 | |
| misc | FinalParameters | Parameter value should be final. | 792 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 792 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 798 | |
| javadoc | JavadocMethod | Expected an @return tag. | 800 | |
| design | DesignForExtension | Method 'getCurrentSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 800 | |
| coding | MagicNumber | '20' is a magic number. | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 808 | |
| design | DesignForExtension | Method 'setCurrentSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 810 | |
| misc | FinalParameters | Parameter value should be final. | 810 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 810 | |
| design | DesignForExtension | Method 'withPersonId' is not designed for extension - needs to be abstract, final or empty. | 814 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 814 | |
| misc | FinalParameters | Parameter value should be final. | 814 | |
| design | DesignForExtension | Method 'withFirstName' is not designed for extension - needs to be abstract, final or empty. | 819 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 819 | |
| misc | FinalParameters | Parameter value should be final. | 819 | |
| design | DesignForExtension | Method 'withLastName' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 824 | |
| misc | FinalParameters | Parameter value should be final. | 824 | |
| design | DesignForExtension | Method 'withParty' is not designed for extension - needs to be abstract, final or empty. | 829 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 829 | |
| misc | FinalParameters | Parameter value should be final. | 829 | |
| design | DesignForExtension | Method 'withGender' is not designed for extension - needs to be abstract, final or empty. | 834 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 834 | |
| misc | FinalParameters | Parameter value should be final. | 834 | |
| design | DesignForExtension | Method 'withBornYear' is not designed for extension - needs to be abstract, final or empty. | 839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| misc | FinalParameters | Parameter value should be final. | 839 | |
| design | DesignForExtension | Method 'withTotalAssignments' is not designed for extension - needs to be abstract, final or empty. | 844 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 844 | |
| misc | FinalParameters | Parameter value should be final. | 844 | |
| design | DesignForExtension | Method 'withCurrentAssignments' is not designed for extension - needs to be abstract, final or empty. | 849 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 849 | |
| misc | FinalParameters | Parameter value should be final. | 849 | |
| design | DesignForExtension | Method 'withFirstAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 854 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 854 | |
| misc | FinalParameters | Parameter value should be final. | 854 | |
| design | DesignForExtension | Method 'withLastAssignmentDate' is not designed for extension - needs to be abstract, final or empty. | 859 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 859 | |
| misc | FinalParameters | Parameter value should be final. | 859 | |
| design | DesignForExtension | Method 'withTotalDaysServed' is not designed for extension - needs to be abstract, final or empty. | 864 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 864 | |
| misc | FinalParameters | Parameter value should be final. | 864 | |
| design | DesignForExtension | Method 'withTotalDaysServedParliament' is not designed for extension - needs to be abstract, final or empty. | 869 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 869 | |
| misc | FinalParameters | Parameter value should be final. | 869 | |
| design | DesignForExtension | Method 'withTotalDaysServedCommittee' is not designed for extension - needs to be abstract, final or empty. | 874 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 874 | |
| misc | FinalParameters | Parameter value should be final. | 874 | |
| design | DesignForExtension | Method 'withTotalDaysServedGovernment' is not designed for extension - needs to be abstract, final or empty. | 879 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 879 | |
| misc | FinalParameters | Parameter value should be final. | 879 | |
| design | DesignForExtension | Method 'withTotalDaysServedEu' is not designed for extension - needs to be abstract, final or empty. | 884 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 884 | |
| misc | FinalParameters | Parameter value should be final. | 884 | |
| design | DesignForExtension | Method 'withActive' is not designed for extension - needs to be abstract, final or empty. | 889 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 889 | |
| misc | FinalParameters | Parameter value should be final. | 889 | |
| design | DesignForExtension | Method 'withActiveEu' is not designed for extension - needs to be abstract, final or empty. | 894 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 894 | |
| misc | FinalParameters | Parameter value should be final. | 894 | |
| design | DesignForExtension | Method 'withActiveGovernment' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 899 | |
| misc | FinalParameters | Parameter value should be final. | 899 | |
| design | DesignForExtension | Method 'withActiveCommittee' is not designed for extension - needs to be abstract, final or empty. | 904 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 904 | |
| misc | FinalParameters | Parameter value should be final. | 904 | |
| design | DesignForExtension | Method 'withActiveParliament' is not designed for extension - needs to be abstract, final or empty. | 909 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 909 | |
| misc | FinalParameters | Parameter value should be final. | 909 | |
| design | DesignForExtension | Method 'withActiveParty' is not designed for extension - needs to be abstract, final or empty. | 914 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 914 | |
| misc | FinalParameters | Parameter value should be final. | 914 | |
| design | DesignForExtension | Method 'withActiveSpeaker' is not designed for extension - needs to be abstract, final or empty. | 919 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 919 | |
| misc | FinalParameters | Parameter value should be final. | 919 | |
| design | DesignForExtension | Method 'withTotalDaysServedSpeaker' is not designed for extension - needs to be abstract, final or empty. | 924 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 924 | |
| misc | FinalParameters | Parameter value should be final. | 924 | |
| design | DesignForExtension | Method 'withTotalDaysServedParty' is not designed for extension - needs to be abstract, final or empty. | 929 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 929 | |
| misc | FinalParameters | Parameter value should be final. | 929 | |
| design | DesignForExtension | Method 'withTotalPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 934 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 934 | |
| misc | FinalParameters | Parameter value should be final. | 934 | |
| design | DesignForExtension | Method 'withTotalMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 939 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 939 | |
| misc | FinalParameters | Parameter value should be final. | 939 | |
| design | DesignForExtension | Method 'withTotalCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 944 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 944 | |
| misc | FinalParameters | Parameter value should be final. | 944 | |
| design | DesignForExtension | Method 'withTotalSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 949 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 949 | |
| misc | FinalParameters | Parameter value should be final. | 949 | |
| design | DesignForExtension | Method 'withCurrentPartyAssignments' is not designed for extension - needs to be abstract, final or empty. | 954 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 954 | |
| misc | FinalParameters | Parameter value should be final. | 954 | |
| design | DesignForExtension | Method 'withCurrentMinistryAssignments' is not designed for extension - needs to be abstract, final or empty. | 959 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 959 | |
| misc | FinalParameters | Parameter value should be final. | 959 | |
| design | DesignForExtension | Method 'withCurrentCommitteeAssignments' is not designed for extension - needs to be abstract, final or empty. | 964 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 964 | |
| misc | FinalParameters | Parameter value should be final. | 964 | |
| design | DesignForExtension | Method 'withCurrentSpeakerAssignments' is not designed for extension - needs to be abstract, final or empty. | 969 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 969 | |
| misc | FinalParameters | Parameter value should be final. | 969 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 974 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 974 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 981 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 981 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 981 | |
| misc | FinalParameters | Parameter locator should be final. | 981 | |
| misc | FinalParameters | Parameter buffer should be final. | 981 | |
| misc | FinalParameters | Parameter strategy should be final. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 988 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 988 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 988 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 988 | |
| misc | FinalParameters | Parameter locator should be final. | 988 | |
| misc | FinalParameters | Parameter buffer should be final. | 988 | |
| misc | FinalParameters | Parameter strategy should be final. | 988 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 989 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 992 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 994 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 997 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1002 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1004 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1009 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1017 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1019 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1022 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1027 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1029 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1032 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1034 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 1037 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1039 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1042 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1047 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1049 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1052 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1057 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1062 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1064 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1072 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1077 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1079 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1082 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1087 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1092 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1097 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1099 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1102 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1104 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1107 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1109 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1112 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1117 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1119 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1122 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1127 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1132 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1134 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1136 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1137 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1139 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1141 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1142 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1144 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 1147 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1152 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1152 | |
| sizes | MethodLength | Method length is 298 lines (max allowed is 150). | 1152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1152 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 1152 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 1152 | |
| misc | FinalParameters | Parameter object should be final. | 1152 | |
| misc | FinalParameters | Parameter strategy should be final. | 1152 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 1153 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 1153 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1160 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1165 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1169 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1174 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1183 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1187 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1192 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1196 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1201 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1205 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1210 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1214 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1219 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1223 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1228 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1232 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 1237 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1241 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 1246 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1250 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1255 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1259 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1264 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 1273 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1277 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1282 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1286 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 1291 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1295 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1300 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1304 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1309 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1313 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1318 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1322 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 1327 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1331 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 1336 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 1345 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1354 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 1363 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1367 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 1372 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1376 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 1381 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1385 | |
| sizes | LineLength | Line is longer than 80 characters (found 279). | 1390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1394 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1399 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1403 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 1408 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1412 | |
| sizes | LineLength | Line is longer than 80 characters (found 273). | 1417 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1421 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1423 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1425 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 1426 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1430 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1432 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1434 | |
| sizes | LineLength | Line is longer than 80 characters (found 297). | 1435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1439 | |
| sizes | LineLength | Line is longer than 80 characters (found 285). | 1444 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 1451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1451 | |
| misc | FinalParameters | Parameter object should be final. | 1451 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1456 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 1456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1456 | |
| misc | FinalParameters | Parameter locator should be final. | 1456 | |
| misc | FinalParameters | Parameter strategy should be final. | 1456 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1458 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1461 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1463 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1466 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1468 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1471 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1473 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1476 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1478 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1481 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1483 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1486 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1488 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1491 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1493 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1496 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1498 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 1501 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1503 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 1506 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1508 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1511 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1513 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1516 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1518 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1521 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1523 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1526 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1528 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 1531 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1533 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1536 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1538 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1541 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1543 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1548 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1553 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1556 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1558 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1561 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1563 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1566 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1568 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1571 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1573 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 1576 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1578 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 1581 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1583 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 1586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1588 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1593 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 1596 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1598 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 1601 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1603 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1605 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1606 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1608 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1610 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 1611 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1613 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 1616 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1621 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ViewRiksdagenPolitician_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'totalDaysServedParty' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'lastName' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'totalDaysServedSpeaker' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'gender' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'currentPartyAssignments' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'totalPartyAssignments' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'activeCommittee' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'totalDaysServedGovernment' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'lastAssignmentDate' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'firstAssignmentDate' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'totalMinistryAssignments' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'activeEu' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'totalSpeakerAssignments' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'bornYear' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'totalDaysServed' must be private and have accessor methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'activeSpeaker' must be private and have accessor methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'totalAssignments' must be private and have accessor methods. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'currentMinistryAssignments' must be private and have accessor methods. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| design | VisibilityModifier | Variable 'active' must be private and have accessor methods. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'totalDaysServedParliament' must be private and have accessor methods. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | VisibilityModifier | Variable 'totalDaysServedEu' must be private and have accessor methods. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'firstName' must be private and have accessor methods. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'totalCommitteeAssignments' must be private and have accessor methods. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'totalDaysServedCommittee' must be private and have accessor methods. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'personId' must be private and have accessor methods. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'activeGovernment' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'activeParty' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'currentCommitteeAssignments' must be private and have accessor methods. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'currentSpeakerAssignments' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'party' must be private and have accessor methods. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'currentAssignments' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'activeParliament' must be private and have accessor methods. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| design | VisibilityModifier | Variable 'agencyName' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'portals' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| coding | MagicNumber | '10' is a magic number. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| coding | MagicNumber | '10' is a magic number. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| misc | FinalParameters | Parameter value should be final. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| design | DesignForExtension | Method 'getAgencyName' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| coding | MagicNumber | '255' is a magic number. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'setAgencyName' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| coding | MagicNumber | '255' is a magic number. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| misc | FinalParameters | Parameter value should be final. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| javadoc | JavadocMethod | Expected an @return tag. | 220 | |
| design | DesignForExtension | Method 'getPortals' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'setPortals' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| misc | FinalParameters | Parameter portals should be final. | 235 | |
| coding | HiddenField | 'portals' hides a field. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'portals'. | 235 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter value should be final. | 244 | |
| design | DesignForExtension | Method 'withAgencyName' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| misc | FinalParameters | Parameter value should be final. | 249 | |
| design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| design | DesignForExtension | Method 'withPortals' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| misc | FinalParameters | Parameter values should be final. | 259 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 260 | |
| design | DesignForExtension | Method 'withPortals' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter values should be final. | 268 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 269 | |
| design | DesignForExtension | Method 'withPortals' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| misc | FinalParameters | Parameter portals should be final. | 275 | |
| coding | HiddenField | 'portals' hides a field. | 275 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 287 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter locator should be final. | 287 | |
| misc | FinalParameters | Parameter buffer should be final. | 287 | |
| misc | FinalParameters | Parameter strategy should be final. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 294 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| misc | FinalParameters | Parameter locator should be final. | 294 | |
| misc | FinalParameters | Parameter buffer should be final. | 294 | |
| misc | FinalParameters | Parameter strategy should be final. | 294 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 298 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 303 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 308 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 313 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 317 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 317 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 317 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| misc | FinalParameters | Parameter value should be final. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 350 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 350 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 350 | |
| misc | FinalParameters | Parameter object should be final. | 350 | |
| misc | FinalParameters | Parameter strategy should be final. | 350 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 351 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 363 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 372 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 381 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 396 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 396 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 396 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 396 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 398 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 398 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 398 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 398 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 398 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 398 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 398 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 398 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 399 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| misc | FinalParameters | Parameter object should be final. | 406 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| misc | FinalParameters | Parameter locator should be final. | 411 | |
| misc | FinalParameters | Parameter strategy should be final. | 411 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 416 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 421 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 426 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 431 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 435 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 435 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 435 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 436 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'Agency_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'portals' must be private and have accessor methods. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'agencyName' must be private and have accessor methods. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'applicationOperation' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'eventGroup' must be private and have accessor methods. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'pageMode' must be private and have accessor methods. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'elementId' must be private and have accessor methods. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'actionName' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'sessionId' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'userId' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'errorMessage' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'applicationMessage' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| coding | MagicNumber | '10' is a magic number. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| coding | MagicNumber | '10' is a magic number. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'getApplicationOperation' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| coding | MagicNumber | '255' is a magic number. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'setApplicationOperation' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| misc | FinalParameters | Parameter value should be final. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'getEventGroup' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| coding | MagicNumber | '255' is a magic number. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| design | DesignForExtension | Method 'setEventGroup' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| misc | FinalParameters | Parameter value should be final. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'getPage' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| coding | MagicNumber | '255' is a magic number. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| design | DesignForExtension | Method 'setPage' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| misc | FinalParameters | Parameter value should be final. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'getPageMode' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| coding | MagicNumber | '255' is a magic number. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| design | DesignForExtension | Method 'setPageMode' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| misc | FinalParameters | Parameter value should be final. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| design | DesignForExtension | Method 'getElementId' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| coding | MagicNumber | '255' is a magic number. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| design | DesignForExtension | Method 'setElementId' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| misc | FinalParameters | Parameter value should be final. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| design | DesignForExtension | Method 'getActionName' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| coding | MagicNumber | '255' is a magic number. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'setActionName' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| misc | FinalParameters | Parameter value should be final. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| coding | MagicNumber | '255' is a magic number. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| design | DesignForExtension | Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| misc | FinalParameters | Parameter value should be final. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| coding | MagicNumber | '255' is a magic number. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| misc | FinalParameters | Parameter value should be final. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| design | DesignForExtension | Method 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| coding | MagicNumber | '8192' is a magic number. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| design | DesignForExtension | Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| misc | FinalParameters | Parameter value should be final. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| design | DesignForExtension | Method 'getApplicationMessage' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| coding | MagicNumber | '255' is a magic number. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| design | DesignForExtension | Method 'setApplicationMessage' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| misc | FinalParameters | Parameter value should be final. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| misc | FinalParameters | Parameter value should be final. | 461 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| misc | FinalParameters | Parameter value should be final. | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 475 | |
| design | DesignForExtension | Method 'withApplicationOperation' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| misc | FinalParameters | Parameter value should be final. | 475 | |
| design | DesignForExtension | Method 'withEventGroup' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| misc | FinalParameters | Parameter value should be final. | 480 | |
| design | DesignForExtension | Method 'withPage' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| misc | FinalParameters | Parameter value should be final. | 485 | |
| design | DesignForExtension | Method 'withPageMode' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| misc | FinalParameters | Parameter value should be final. | 490 | |
| design | DesignForExtension | Method 'withElementId' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| misc | FinalParameters | Parameter value should be final. | 495 | |
| design | DesignForExtension | Method 'withActionName' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| misc | FinalParameters | Parameter value should be final. | 500 | |
| design | DesignForExtension | Method 'withSessionId' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 505 | |
| misc | FinalParameters | Parameter value should be final. | 505 | |
| design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter value should be final. | 510 | |
| design | DesignForExtension | Method 'withErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| misc | FinalParameters | Parameter value should be final. | 515 | |
| design | DesignForExtension | Method 'withApplicationMessage' is not designed for extension - needs to be abstract, final or empty. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| misc | FinalParameters | Parameter value should be final. | 520 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| misc | FinalParameters | Parameter value should be final. | 525 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 537 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 537 | |
| misc | FinalParameters | Parameter locator should be final. | 537 | |
| misc | FinalParameters | Parameter buffer should be final. | 537 | |
| misc | FinalParameters | Parameter strategy should be final. | 537 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 544 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| misc | FinalParameters | Parameter locator should be final. | 544 | |
| misc | FinalParameters | Parameter buffer should be final. | 544 | |
| misc | FinalParameters | Parameter strategy should be final. | 544 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 548 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 550 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 553 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 555 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 558 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 563 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 565 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 570 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 573 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 578 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 583 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 588 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 590 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 595 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 598 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 603 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 619 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 636 | |
| misc | FinalParameters | Parameter value should be final. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 640 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 640 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 640 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 640 | |
| misc | FinalParameters | Parameter object should be final. | 640 | |
| misc | FinalParameters | Parameter strategy should be final. | 640 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 641 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 641 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 641 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 653 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 662 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 671 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 680 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 689 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 698 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 707 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 716 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 720 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 725 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 734 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 743 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 747 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 752 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 761 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 768 | |
| misc | FinalParameters | Parameter object should be final. | 768 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 773 | |
| misc | FinalParameters | Parameter locator should be final. | 773 | |
| misc | FinalParameters | Parameter strategy should be final. | 773 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 778 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 783 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 788 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 793 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 795 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 798 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 803 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 805 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 808 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 810 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 813 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 818 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 820 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 823 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 828 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 833 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 838 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 843 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 843 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ApplicationActionEvent_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'elementId' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'pageMode' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'applicationOperation' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'errorMessage' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'applicationMessage' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'sessionId' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'userId' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'page' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'eventGroup' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'actionName' must be private and have accessor methods. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'configTitle' must be private and have accessor methods. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'configDescription' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'configurationGroup' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'component' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'componentTitle' must be private and have accessor methods. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'componentDescription' must be private and have accessor methods. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| design | VisibilityModifier | Variable 'propertyId' must be private and have accessor methods. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'propertyValue' must be private and have accessor methods. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'updatedDate' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| coding | MagicNumber | '10' is a magic number. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| coding | MagicNumber | '10' is a magic number. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'getConfigTitle' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| coding | MagicNumber | '255' is a magic number. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'setConfigTitle' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter value should be final. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'getConfigDescription' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| coding | MagicNumber | '255' is a magic number. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'setConfigDescription' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter value should be final. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'getConfigurationGroup' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| coding | MagicNumber | '255' is a magic number. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'setConfigurationGroup' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| misc | FinalParameters | Parameter value should be final. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| design | DesignForExtension | Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| coding | MagicNumber | '255' is a magic number. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'setComponent' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter value should be final. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'getComponentTitle' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| coding | MagicNumber | '255' is a magic number. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| design | DesignForExtension | Method 'setComponentTitle' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| misc | FinalParameters | Parameter value should be final. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| design | DesignForExtension | Method 'getComponentDescription' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| coding | MagicNumber | '255' is a magic number. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| design | DesignForExtension | Method 'setComponentDescription' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| misc | FinalParameters | Parameter value should be final. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| design | DesignForExtension | Method 'getPropertyId' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| coding | MagicNumber | '255' is a magic number. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| design | DesignForExtension | Method 'setPropertyId' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| misc | FinalParameters | Parameter value should be final. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| design | DesignForExtension | Method 'getPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| coding | MagicNumber | '255' is a magic number. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| design | DesignForExtension | Method 'setPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| misc | FinalParameters | Parameter value should be final. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| misc | FinalParameters | Parameter value should be final. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| design | DesignForExtension | Method 'getUpdatedDate' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| design | DesignForExtension | Method 'setUpdatedDate' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| misc | FinalParameters | Parameter value should be final. | 434 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| misc | FinalParameters | Parameter value should be final. | 438 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 443 | |
| misc | FinalParameters | Parameter value should be final. | 443 | |
| design | DesignForExtension | Method 'withConfigTitle' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| misc | FinalParameters | Parameter value should be final. | 448 | |
| design | DesignForExtension | Method 'withConfigDescription' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter value should be final. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 458 | |
| design | DesignForExtension | Method 'withConfigurationGroup' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| misc | FinalParameters | Parameter value should be final. | 458 | |
| design | DesignForExtension | Method 'withComponent' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| misc | FinalParameters | Parameter value should be final. | 463 | |
| design | DesignForExtension | Method 'withComponentTitle' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 468 | |
| misc | FinalParameters | Parameter value should be final. | 468 | |
| design | DesignForExtension | Method 'withComponentDescription' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| misc | FinalParameters | Parameter value should be final. | 473 | |
| design | DesignForExtension | Method 'withPropertyId' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| misc | FinalParameters | Parameter value should be final. | 478 | |
| design | DesignForExtension | Method 'withPropertyValue' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 | |
| misc | FinalParameters | Parameter value should be final. | 483 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| misc | FinalParameters | Parameter value should be final. | 488 | |
| design | DesignForExtension | Method 'withUpdatedDate' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| misc | FinalParameters | Parameter value should be final. | 493 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 505 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 505 | |
| misc | FinalParameters | Parameter locator should be final. | 505 | |
| misc | FinalParameters | Parameter buffer should be final. | 505 | |
| misc | FinalParameters | Parameter strategy should be final. | 505 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 512 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 512 | |
| misc | FinalParameters | Parameter locator should be final. | 512 | |
| misc | FinalParameters | Parameter buffer should be final. | 512 | |
| misc | FinalParameters | Parameter strategy should be final. | 512 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 513 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 516 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 521 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 526 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 531 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 533 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 536 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 541 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 546 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 551 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 556 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 561 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 566 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| misc | FinalParameters | Parameter value should be final. | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 603 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 603 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 603 | |
| misc | FinalParameters | Parameter object should be final. | 603 | |
| misc | FinalParameters | Parameter strategy should be final. | 603 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 604 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 604 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 610 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 616 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 625 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 634 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 643 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 652 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 656 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 661 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 670 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 679 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 683 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 688 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 697 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 706 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 715 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 722 | |
| misc | FinalParameters | Parameter object should be final. | 722 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| misc | FinalParameters | Parameter locator should be final. | 727 | |
| misc | FinalParameters | Parameter strategy should be final. | 727 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 732 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 737 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 742 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 747 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 752 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 757 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 759 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 762 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 767 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 769 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 772 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 777 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 782 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 784 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 787 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 792 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'ApplicationConfiguration_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'componentDescription' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'propertyValue' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'updatedDate' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'configurationGroup' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'component' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'configDescription' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'componentTitle' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'configTitle' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'propertyId' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter v should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter v should be final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter v should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'destroyedDate' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'ipInformation' must be private and have accessor methods. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| design | VisibilityModifier | Variable 'userAgentInformation' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'sessionId' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'userId' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'operatingSystem' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'sessionType' must be private and have accessor methods. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| design | VisibilityModifier | Variable 'events' must be private and have accessor methods. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| coding | MagicNumber | '10' is a magic number. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| coding | MagicNumber | '10' is a magic number. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| misc | FinalParameters | Parameter value should be final. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| misc | FinalParameters | Parameter value should be final. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| design | DesignForExtension | Method 'getDestroyedDate' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| design | DesignForExtension | Method 'setDestroyedDate' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter value should be final. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'getIpInformation' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| coding | MagicNumber | '255' is a magic number. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| design | DesignForExtension | Method 'setIpInformation' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| misc | FinalParameters | Parameter value should be final. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| design | DesignForExtension | Method 'getUserAgentInformation' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| coding | MagicNumber | '255' is a magic number. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| design | DesignForExtension | Method 'setUserAgentInformation' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| misc | FinalParameters | Parameter value should be final. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| design | DesignForExtension | Method 'getSessionId' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| coding | MagicNumber | '255' is a magic number. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| design | DesignForExtension | Method 'setSessionId' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| misc | FinalParameters | Parameter value should be final. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| coding | MagicNumber | '255' is a magic number. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| misc | FinalParameters | Parameter value should be final. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| design | DesignForExtension | Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| coding | MagicNumber | '255' is a magic number. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| design | DesignForExtension | Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| misc | FinalParameters | Parameter value should be final. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| design | DesignForExtension | Method 'getOperatingSystem' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| coding | MagicNumber | '255' is a magic number. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| design | DesignForExtension | Method 'setOperatingSystem' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| misc | FinalParameters | Parameter value should be final. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| design | DesignForExtension | Method 'getSessionType' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| coding | MagicNumber | '255' is a magic number. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| design | DesignForExtension | Method 'setSessionType' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| misc | FinalParameters | Parameter value should be final. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| javadoc | JavadocMethod | Expected an @return tag. | 441 | |
| design | DesignForExtension | Method 'getEvents' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| design | DesignForExtension | Method 'setEvents' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| misc | FinalParameters | Parameter events should be final. | 456 | |
| coding | HiddenField | 'events' hides a field. | 456 | |
| javadoc | JavadocMethod | Expected @param tag for 'events'. | 456 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| misc | FinalParameters | Parameter value should be final. | 460 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| misc | FinalParameters | Parameter value should be final. | 465 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| misc | FinalParameters | Parameter value should be final. | 470 | |
| design | DesignForExtension | Method 'withDestroyedDate' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| misc | FinalParameters | Parameter value should be final. | 475 | |
| design | DesignForExtension | Method 'withIpInformation' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| misc | FinalParameters | Parameter value should be final. | 480 | |
| design | DesignForExtension | Method 'withUserAgentInformation' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| misc | FinalParameters | Parameter value should be final. | 485 | |
| design | DesignForExtension | Method 'withSessionId' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| misc | FinalParameters | Parameter value should be final. | 490 | |
| design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| misc | FinalParameters | Parameter value should be final. | 495 | |
| design | DesignForExtension | Method 'withLocale' is not designed for extension - needs to be abstract, final or empty. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| misc | FinalParameters | Parameter value should be final. | 500 | |
| design | DesignForExtension | Method 'withOperatingSystem' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 505 | |
| misc | FinalParameters | Parameter value should be final. | 505 | |
| design | DesignForExtension | Method 'withSessionType' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter value should be final. | 510 | |
| design | DesignForExtension | Method 'withEvents' is not designed for extension - needs to be abstract, final or empty. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| misc | FinalParameters | Parameter values should be final. | 515 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 524 | |
| design | DesignForExtension | Method 'withEvents' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| misc | FinalParameters | Parameter values should be final. | 524 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 525 | |
| design | DesignForExtension | Method 'withEvents' is not designed for extension - needs to be abstract, final or empty. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| misc | FinalParameters | Parameter events should be final. | 531 | |
| coding | HiddenField | 'events' hides a field. | 531 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 543 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| misc | FinalParameters | Parameter locator should be final. | 543 | |
| misc | FinalParameters | Parameter buffer should be final. | 543 | |
| misc | FinalParameters | Parameter strategy should be final. | 543 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 550 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 550 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 550 | |
| misc | FinalParameters | Parameter locator should be final. | 550 | |
| misc | FinalParameters | Parameter buffer should be final. | 550 | |
| misc | FinalParameters | Parameter strategy should be final. | 550 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 554 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 559 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 564 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 569 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 574 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 579 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 584 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 599 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 604 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 608 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 608 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 608 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 608 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 608 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 608 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 608 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 608 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 620 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 622 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 631 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 635 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 637 | |
| misc | FinalParameters | Parameter value should be final. | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 641 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 641 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 641 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 641 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 641 | |
| misc | FinalParameters | Parameter object should be final. | 641 | |
| misc | FinalParameters | Parameter strategy should be final. | 641 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 642 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 642 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 642 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 649 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 654 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 658 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 663 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 672 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 681 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 690 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 255). | 699 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 708 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 717 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 726 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 735 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 744 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 750 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 750 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 750 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 750 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 750 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 750 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 750 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 750 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 752 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 752 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 752 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 752 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 752 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 752 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 752 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 752 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 753 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| misc | FinalParameters | Parameter object should be final. | 760 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 765 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 765 | |
| misc | FinalParameters | Parameter locator should be final. | 765 | |
| misc | FinalParameters | Parameter strategy should be final. | 765 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 770 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 775 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 785 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 790 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 795 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 800 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 805 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 810 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 820 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 824 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 824 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 824 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 824 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 824 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 824 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 824 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 824 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 824 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 825 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 830 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 830 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter v should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'ApplicationSession_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'userAgentInformation' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'sessionId' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'userId' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'operatingSystem' must be private and have accessor methods. | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'ipInformation' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'destroyedDate' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'sessionType' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'events' must be private and have accessor methods. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter v should be final. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'domainName' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'getDomainName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| coding | MagicNumber | '255' is a magic number. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setDomainName' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| design | DesignForExtension | Method 'withDomainName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| misc | FinalParameters | Parameter value should be final. | 97 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| design | DesignForExtension | Method 'withPortalName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| design | DesignForExtension | Method 'withPortalType' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 121 | |
| design | DesignForExtension | Method 'withGoogleMapApiKey' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 127 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 139 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter locator should be final. | 139 | |
| misc | FinalParameters | Parameter buffer should be final. | 139 | |
| misc | FinalParameters | Parameter strategy should be final. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 146 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter locator should be final. | 146 | |
| misc | FinalParameters | Parameter buffer should be final. | 146 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 156 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 156 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 156 | |
| misc | FinalParameters | Parameter object should be final. | 156 | |
| misc | FinalParameters | Parameter strategy should be final. | 156 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 172 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter object should be final. | 179 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter locator should be final. | 184 | |
| misc | FinalParameters | Parameter strategy should be final. | 184 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 189 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 9 | |
| naming | TypeName | Name 'DomainPortal_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'domainName' must be private and have accessor methods. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'fromLanguage' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'toLanguage' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'keyGroup' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'locationContext' must be private and have accessor methods. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'lastModifiedDate' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'refKey' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'languageValue' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'languageContentType' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| coding | MagicNumber | '10' is a magic number. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| misc | FinalParameters | Parameter value should be final. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| coding | MagicNumber | '10' is a magic number. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| design | DesignForExtension | Method 'getFromLanguage' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| coding | MagicNumber | '255' is a magic number. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'setFromLanguage' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| misc | FinalParameters | Parameter value should be final. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| design | DesignForExtension | Method 'getToLanguage' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| coding | MagicNumber | '255' is a magic number. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'setToLanguage' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| misc | FinalParameters | Parameter value should be final. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter value should be final. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'getKeyGroup' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| coding | MagicNumber | '255' is a magic number. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| design | DesignForExtension | Method 'setKeyGroup' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| design | DesignForExtension | Method 'getLocationContext' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| coding | MagicNumber | '255' is a magic number. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| design | DesignForExtension | Method 'setLocationContext' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| misc | FinalParameters | Parameter value should be final. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| design | DesignForExtension | Method 'getLastModifiedDate' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| design | DesignForExtension | Method 'setLastModifiedDate' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| misc | FinalParameters | Parameter value should be final. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| design | DesignForExtension | Method 'getRefKey' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| coding | MagicNumber | '10485760' is a magic number. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| design | DesignForExtension | Method 'setRefKey' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| misc | FinalParameters | Parameter value should be final. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| design | DesignForExtension | Method 'getLanguageValue' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| coding | MagicNumber | '10485760' is a magic number. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| design | DesignForExtension | Method 'setLanguageValue' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| misc | FinalParameters | Parameter value should be final. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| design | DesignForExtension | Method 'getLanguageContentType' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| coding | MagicNumber | '255' is a magic number. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| design | DesignForExtension | Method 'setLanguageContentType' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter value should be final. | 405 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| misc | FinalParameters | Parameter value should be final. | 409 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| misc | FinalParameters | Parameter value should be final. | 414 | |
| design | DesignForExtension | Method 'withFromLanguage' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| misc | FinalParameters | Parameter value should be final. | 419 | |
| design | DesignForExtension | Method 'withToLanguage' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| misc | FinalParameters | Parameter value should be final. | 424 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| misc | FinalParameters | Parameter value should be final. | 429 | |
| design | DesignForExtension | Method 'withKeyGroup' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| misc | FinalParameters | Parameter value should be final. | 434 | |
| design | DesignForExtension | Method 'withLocationContext' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| misc | FinalParameters | Parameter value should be final. | 439 | |
| design | DesignForExtension | Method 'withLastModifiedDate' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| misc | FinalParameters | Parameter value should be final. | 444 | |
| design | DesignForExtension | Method 'withRefKey' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| misc | FinalParameters | Parameter value should be final. | 449 | |
| design | DesignForExtension | Method 'withLanguageValue' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| misc | FinalParameters | Parameter value should be final. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 459 | |
| design | DesignForExtension | Method 'withLanguageContentType' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| misc | FinalParameters | Parameter value should be final. | 459 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 471 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| misc | FinalParameters | Parameter locator should be final. | 471 | |
| misc | FinalParameters | Parameter buffer should be final. | 471 | |
| misc | FinalParameters | Parameter strategy should be final. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 478 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| misc | FinalParameters | Parameter locator should be final. | 478 | |
| misc | FinalParameters | Parameter buffer should be final. | 478 | |
| misc | FinalParameters | Parameter strategy should be final. | 478 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 482 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 487 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 492 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 494 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 497 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 502 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 507 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 512 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 514 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 517 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 519 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 527 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 560 | |
| misc | FinalParameters | Parameter value should be final. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 564 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 564 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 564 | |
| misc | FinalParameters | Parameter object should be final. | 564 | |
| misc | FinalParameters | Parameter strategy should be final. | 564 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 565 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 565 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 565 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 577 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 586 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 590 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 595 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 604 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 608 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 613 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 622 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 626 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 631 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 640 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 649 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 658 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 249). | 667 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 674 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 674 | |
| misc | FinalParameters | Parameter object should be final. | 674 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 679 | |
| misc | FinalParameters | Parameter locator should be final. | 679 | |
| misc | FinalParameters | Parameter strategy should be final. | 679 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 684 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 686 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 689 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 691 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 694 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 699 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 704 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 709 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 714 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 719 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 721 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 724 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 729 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 734 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 739 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'LanguageContentData_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'toLanguage' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'fromLanguage' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'lastModifiedDate' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'languageContentType' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'keyGroup' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'refKey' must be private and have accessor methods. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'languageValue' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'locationContext' must be private and have accessor methods. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter v should be final. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter v should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'languageName' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | VisibilityModifier | Variable 'languageCode' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'translationStatus' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| design | VisibilityModifier | Variable 'languageEnabled' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'autoTranslationEnabled' must be private and have accessor methods. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'lastModifiedDate' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| coding | MagicNumber | '10' is a magic number. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter value should be final. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| coding | MagicNumber | '10' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| design | DesignForExtension | Method 'getLanguageName' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| coding | MagicNumber | '255' is a magic number. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'setLanguageName' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'getLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| coding | MagicNumber | '255' is a magic number. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'setLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter value should be final. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'getTranslationStatus' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| coding | MagicNumber | '255' is a magic number. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'setTranslationStatus' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'isLanguageEnabled' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| design | DesignForExtension | Method 'setLanguageEnabled' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| misc | FinalParameters | Parameter value should be final. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| design | DesignForExtension | Method 'isAutoTranslationEnabled' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| design | DesignForExtension | Method 'setAutoTranslationEnabled' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| misc | FinalParameters | Parameter value should be final. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| design | DesignForExtension | Method 'getLastModifiedDate' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setLastModifiedDate' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| misc | FinalParameters | Parameter value should be final. | 352 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| misc | FinalParameters | Parameter value should be final. | 357 | |
| design | DesignForExtension | Method 'withLanguageName' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| misc | FinalParameters | Parameter value should be final. | 362 | |
| design | DesignForExtension | Method 'withLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| misc | FinalParameters | Parameter value should be final. | 367 | |
| design | DesignForExtension | Method 'withTranslationStatus' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| misc | FinalParameters | Parameter value should be final. | 372 | |
| design | DesignForExtension | Method 'withLanguageEnabled' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| misc | FinalParameters | Parameter value should be final. | 377 | |
| design | DesignForExtension | Method 'withAutoTranslationEnabled' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| misc | FinalParameters | Parameter value should be final. | 382 | |
| design | DesignForExtension | Method 'withLastModifiedDate' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| misc | FinalParameters | Parameter value should be final. | 387 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 399 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| misc | FinalParameters | Parameter locator should be final. | 399 | |
| misc | FinalParameters | Parameter buffer should be final. | 399 | |
| misc | FinalParameters | Parameter strategy should be final. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 406 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 406 | |
| misc | FinalParameters | Parameter locator should be final. | 406 | |
| misc | FinalParameters | Parameter buffer should be final. | 406 | |
| misc | FinalParameters | Parameter strategy should be final. | 406 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 410 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 415 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 420 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 422 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 425 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 430 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 435 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 440 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 445 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 476 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| misc | FinalParameters | Parameter value should be final. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 482 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 482 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 482 | |
| misc | FinalParameters | Parameter object should be final. | 482 | |
| misc | FinalParameters | Parameter strategy should be final. | 482 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 483 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 483 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 483 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 495 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 504 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 513 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 522 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 531 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 237). | 540 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 549 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 558 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 567 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| misc | FinalParameters | Parameter object should be final. | 574 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 579 | |
| misc | FinalParameters | Parameter locator should be final. | 579 | |
| misc | FinalParameters | Parameter strategy should be final. | 579 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 581 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 584 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 589 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 594 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 596 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 599 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 604 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 609 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 614 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 619 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 624 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 629 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 629 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 8 | |
| naming | TypeName | Name 'LanguageData_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'lastModifiedDate' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'languageEnabled' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'autoTranslationEnabled' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'languageCode' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'languageName' must be private and have accessor methods. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'translationStatus' must be private and have accessor methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| design | DesignForExtension | Method 'createAgency' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'createPortal' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'createDomainPortal' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'createLanguageData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'createLanguageContentData' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| design | DesignForExtension | Method 'createApplicationActionEvent' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| design | DesignForExtension | Method 'createApplicationConfiguration' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| design | DesignForExtension | Method 'createApplicationSession' is not designed for extension - needs to be abstract, final or empty. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'portalName' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'portalType' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'googleMapApiKey' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| coding | MagicNumber | '10' is a magic number. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| coding | MagicNumber | '10' is a magic number. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getPortalName' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| coding | MagicNumber | '255' is a magic number. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setPortalName' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'getPortalType' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| coding | MagicNumber | '255' is a magic number. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| design | DesignForExtension | Method 'setPortalType' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter value should be final. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| coding | MagicNumber | '255' is a magic number. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| misc | FinalParameters | Parameter value should be final. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'getGoogleMapApiKey' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| coding | MagicNumber | '255' is a magic number. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'setGoogleMapApiKey' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| misc | FinalParameters | Parameter value should be final. | 250 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter value should be final. | 254 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| misc | FinalParameters | Parameter value should be final. | 259 | |
| design | DesignForExtension | Method 'withPortalName' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| design | DesignForExtension | Method 'withPortalType' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| misc | FinalParameters | Parameter value should be final. | 269 | |
| design | DesignForExtension | Method 'withDescription' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| misc | FinalParameters | Parameter value should be final. | 274 | |
| design | DesignForExtension | Method 'withGoogleMapApiKey' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| misc | FinalParameters | Parameter value should be final. | 279 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 291 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter locator should be final. | 291 | |
| misc | FinalParameters | Parameter buffer should be final. | 291 | |
| misc | FinalParameters | Parameter strategy should be final. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 298 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| misc | FinalParameters | Parameter locator should be final. | 298 | |
| misc | FinalParameters | Parameter buffer should be final. | 298 | |
| misc | FinalParameters | Parameter strategy should be final. | 298 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 302 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 307 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 312 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 317 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 322 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| misc | FinalParameters | Parameter value should be final. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 359 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 359 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 359 | |
| misc | FinalParameters | Parameter object should be final. | 359 | |
| misc | FinalParameters | Parameter strategy should be final. | 359 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 360 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 360 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 360 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 372 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 381 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 399 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 408 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 417 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| misc | FinalParameters | Parameter object should be final. | 424 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| misc | FinalParameters | Parameter locator should be final. | 429 | |
| misc | FinalParameters | Parameter strategy should be final. | 429 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 434 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 439 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 444 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 449 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 454 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 456 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 459 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter v should be final. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter v should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'Portal_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'portalType' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'googleMapApiKey' must be private and have accessor methods. | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'portalName' must be private and have accessor methods. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 | |
| naming | ConstantName | Name '_UserAccount_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'createUserAccount' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 55 | |
| design | DesignForExtension | Method 'createUserAccount' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'country' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| design | VisibilityModifier | Variable 'email' must be private and have accessor methods. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'userId' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'userpassword' must be private and have accessor methods. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| design | VisibilityModifier | Variable 'numberOfVisits' must be private and have accessor methods. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| design | VisibilityModifier | Variable 'userType' must be private and have accessor methods. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| design | VisibilityModifier | Variable 'userRole' must be private and have accessor methods. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| design | VisibilityModifier | Variable 'googleAuthKey' must be private and have accessor methods. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| design | VisibilityModifier | Variable 'googleAuthVerificationCode' must be private and have accessor methods. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| design | VisibilityModifier | Variable 'googleAuthScratchCodes' must be private and have accessor methods. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| coding | MagicNumber | '10' is a magic number. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| misc | FinalParameters | Parameter value should be final. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| coding | MagicNumber | '10' is a magic number. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'getCountry' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| coding | MagicNumber | '255' is a magic number. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'setCountry' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter value should be final. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'getUsername' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| coding | MagicNumber | '255' is a magic number. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'setUsername' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| coding | MagicNumber | '255' is a magic number. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| misc | FinalParameters | Parameter value should be final. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| design | DesignForExtension | Method 'getUserId' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| coding | MagicNumber | '255' is a magic number. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| design | DesignForExtension | Method 'setUserId' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| misc | FinalParameters | Parameter value should be final. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'getUserpassword' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| coding | MagicNumber | '255' is a magic number. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'setUserpassword' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter value should be final. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'getNumberOfVisits' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| coding | MagicNumber | '10' is a magic number. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| design | DesignForExtension | Method 'setNumberOfVisits' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| misc | FinalParameters | Parameter value should be final. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| javadoc | JavadocMethod | Expected an @return tag. | 369 | |
| design | DesignForExtension | Method 'getAddress' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| coding | MagicNumber | '255' is a magic number. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| design | DesignForExtension | Method 'setAddress' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| misc | FinalParameters | Parameter address should be final. | 386 | |
| coding | HiddenField | 'address' hides a field. | 386 | |
| javadoc | JavadocMethod | Expected @param tag for 'address'. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| design | DesignForExtension | Method 'getUserType' is not designed for extension - needs to be abstract, final or empty. | 398 | |
| coding | MagicNumber | '255' is a magic number. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| design | DesignForExtension | Method 'setUserType' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| design | DesignForExtension | Method 'getUserRole' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| coding | MagicNumber | '255' is a magic number. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| design | DesignForExtension | Method 'setUserRole' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| misc | FinalParameters | Parameter value should be final. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| design | DesignForExtension | Method 'getCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| design | DesignForExtension | Method 'setCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| misc | FinalParameters | Parameter value should be final. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| design | DesignForExtension | Method 'getGoogleAuthKey' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| coding | MagicNumber | '255' is a magic number. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| design | DesignForExtension | Method 'setGoogleAuthKey' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| misc | FinalParameters | Parameter value should be final. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| design | DesignForExtension | Method 'getGoogleAuthVerificationCode' is not designed for extension - needs to be abstract, final or empty. | 505 | |
| coding | MagicNumber | '10' is a magic number. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| design | DesignForExtension | Method 'setGoogleAuthVerificationCode' is not designed for extension - needs to be abstract, final or empty. | 519 | |
| misc | FinalParameters | Parameter value should be final. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| javadoc | JavadocMethod | Expected an @return tag. | 545 | |
| design | DesignForExtension | Method 'getGoogleAuthScratchCodes' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| coding | MagicNumber | '10' is a magic number. | 547 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 559 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 562 | |
| design | DesignForExtension | Method 'setGoogleAuthScratchCodes' is not designed for extension - needs to be abstract, final or empty. | 562 | |
| misc | FinalParameters | Parameter googleAuthScratchCodes should be final. | 562 | |
| coding | HiddenField | 'googleAuthScratchCodes' hides a field. | 562 | |
| javadoc | JavadocMethod | Expected @param tag for 'googleAuthScratchCodes'. | 562 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| misc | FinalParameters | Parameter value should be final. | 566 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| misc | FinalParameters | Parameter value should be final. | 571 | |
| design | DesignForExtension | Method 'withCountry' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| misc | FinalParameters | Parameter value should be final. | 576 | |
| design | DesignForExtension | Method 'withUsername' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 581 | |
| misc | FinalParameters | Parameter value should be final. | 581 | |
| design | DesignForExtension | Method 'withEmail' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| misc | FinalParameters | Parameter value should be final. | 586 | |
| design | DesignForExtension | Method 'withUserId' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| misc | FinalParameters | Parameter value should be final. | 591 | |
| design | DesignForExtension | Method 'withUserpassword' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| misc | FinalParameters | Parameter value should be final. | 596 | |
| design | DesignForExtension | Method 'withNumberOfVisits' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| misc | FinalParameters | Parameter value should be final. | 601 | |
| design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| misc | FinalParameters | Parameter values should be final. | 606 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 607 | |
| design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| misc | FinalParameters | Parameter values should be final. | 615 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 616 | |
| design | DesignForExtension | Method 'withAddress' is not designed for extension - needs to be abstract, final or empty. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| misc | FinalParameters | Parameter address should be final. | 622 | |
| coding | HiddenField | 'address' hides a field. | 622 | |
| design | DesignForExtension | Method 'withUserType' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 627 | |
| misc | FinalParameters | Parameter value should be final. | 627 | |
| design | DesignForExtension | Method 'withUserRole' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| misc | FinalParameters | Parameter value should be final. | 632 | |
| design | DesignForExtension | Method 'withCreatedDate' is not designed for extension - needs to be abstract, final or empty. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 637 | |
| misc | FinalParameters | Parameter value should be final. | 637 | |
| design | DesignForExtension | Method 'withGoogleAuthKey' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 642 | |
| misc | FinalParameters | Parameter value should be final. | 642 | |
| design | DesignForExtension | Method 'withGoogleAuthVerificationCode' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| misc | FinalParameters | Parameter value should be final. | 647 | |
| design | DesignForExtension | Method 'withGoogleAuthScratchCodes' is not designed for extension - needs to be abstract, final or empty. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| misc | FinalParameters | Parameter values should be final. | 652 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 653 | |
| design | DesignForExtension | Method 'withGoogleAuthScratchCodes' is not designed for extension - needs to be abstract, final or empty. | 661 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 661 | |
| misc | FinalParameters | Parameter values should be final. | 661 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 668 | |
| design | DesignForExtension | Method 'withGoogleAuthScratchCodes' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| misc | FinalParameters | Parameter googleAuthScratchCodes should be final. | 668 | |
| coding | HiddenField | 'googleAuthScratchCodes' hides a field. | 668 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 680 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 680 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 680 | |
| misc | FinalParameters | Parameter locator should be final. | 680 | |
| misc | FinalParameters | Parameter buffer should be final. | 680 | |
| misc | FinalParameters | Parameter strategy should be final. | 680 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 687 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 687 | |
| misc | FinalParameters | Parameter locator should be final. | 687 | |
| misc | FinalParameters | Parameter buffer should be final. | 687 | |
| misc | FinalParameters | Parameter strategy should be final. | 687 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 691 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 696 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 698 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 703 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 706 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 708 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 713 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 718 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 721 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 723 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 726 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 730 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 730 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 730 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 730 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 730 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 730 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 730 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 736 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 741 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 746 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 748 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 751 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 755 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 756 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 760 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 760 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 760 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 760 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 760 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 760 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 760 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 761 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 768 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 774 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 787 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| misc | FinalParameters | Parameter value should be final. | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 793 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 793 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 793 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 793 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 793 | |
| misc | FinalParameters | Parameter object should be final. | 793 | |
| misc | FinalParameters | Parameter strategy should be final. | 793 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 794 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 794 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 794 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 806 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 810 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 824 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 833 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 842 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 846 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 851 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 855 | |
| sizes | LineLength | Line is longer than 80 characters (found 207). | 860 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 864 | |
| sizes | LineLength | Line is longer than 80 characters (found 219). | 869 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 875 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 875 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 875 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 875 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 875 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 875 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 875 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 875 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 877 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 877 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 877 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 877 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 877 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 877 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 877 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 877 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 878 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 882 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 887 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 891 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 896 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 900 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 905 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 914 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 922 | |
| sizes | LineLength | Line is longer than 80 characters (found 291). | 923 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 927 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 929 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 929 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 929 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 929 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 929 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 929 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 929 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 929 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 929 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 931 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 931 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 931 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 931 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 931 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 931 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 931 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 931 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 932 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 939 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 939 | |
| misc | FinalParameters | Parameter object should be final. | 939 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 944 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 944 | |
| misc | FinalParameters | Parameter locator should be final. | 944 | |
| misc | FinalParameters | Parameter strategy should be final. | 944 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 946 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 949 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 954 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 956 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 959 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 961 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 964 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 966 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 969 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 971 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 974 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 976 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 979 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 984 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 988 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 988 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 988 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 988 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 988 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 988 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 988 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 988 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 988 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 989 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 991 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 994 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 996 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 999 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1004 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1006 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1009 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1011 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 189). | 1014 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 1018 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1018 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 1018 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 1018 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 1018 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1018 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 1018 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 1018 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 1018 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 1019 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 1024 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1024 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 9 | |
| naming | TypeName | Name 'UserAccount_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 13 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'numberOfVisits' must be private and have accessor methods. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'country' must be private and have accessor methods. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 15 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 16 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'googleAuthScratchCodes' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'googleAuthKey' must be private and have accessor methods. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 18 | |
| design | VisibilityModifier | Variable 'googleAuthVerificationCode' must be private and have accessor methods. | 18 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 19 | |
| design | VisibilityModifier | Variable 'userId' must be private and have accessor methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'userpassword' must be private and have accessor methods. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'createdDate' must be private and have accessor methods. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'userType' must be private and have accessor methods. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| design | VisibilityModifier | Variable 'userRole' must be private and have accessor methods. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| design | VisibilityModifier | Variable 'email' must be private and have accessor methods. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| design | VisibilityModifier | Variable 'username' must be private and have accessor methods. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter v should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter v should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'perspective' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'targetProfile' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'performanceIndicators' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'operationalInformation' must be private and have accessor methods. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| design | VisibilityModifier | Variable 'qualityAssurance' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable 'dataSourceInformation' must be private and have accessor methods. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'getPerspective' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| coding | MagicNumber | '255' is a magic number. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'setPerspective' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getTargetProfile' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'setTargetProfile' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'getPerformanceIndicators' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'setPerformanceIndicators' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter value should be final. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'getOperationalInformation' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| design | DesignForExtension | Method 'setOperationalInformation' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| design | DesignForExtension | Method 'getQualityAssurance' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| design | DesignForExtension | Method 'setQualityAssurance' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| misc | FinalParameters | Parameter value should be final. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'getDataSourceInformation' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'setDataSourceInformation' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| misc | FinalParameters | Parameter value should be final. | 259 | |
| design | DesignForExtension | Method 'withPerspective' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter value should be final. | 263 | |
| design | DesignForExtension | Method 'withTargetProfile' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter value should be final. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 273 | |
| design | DesignForExtension | Method 'withPerformanceIndicators' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 278 | |
| design | DesignForExtension | Method 'withOperationalInformation' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| misc | FinalParameters | Parameter value should be final. | 278 | |
| design | DesignForExtension | Method 'withQualityAssurance' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter value should be final. | 283 | |
| design | DesignForExtension | Method 'withDataSourceInformation' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| misc | FinalParameters | Parameter value should be final. | 288 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 300 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter locator should be final. | 300 | |
| misc | FinalParameters | Parameter buffer should be final. | 300 | |
| misc | FinalParameters | Parameter strategy should be final. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 307 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| misc | FinalParameters | Parameter locator should be final. | 307 | |
| misc | FinalParameters | Parameter buffer should be final. | 307 | |
| misc | FinalParameters | Parameter strategy should be final. | 307 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 311 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 316 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 321 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 326 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 331 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| misc | FinalParameters | Parameter value should be final. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 368 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 368 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 368 | |
| misc | FinalParameters | Parameter object should be final. | 368 | |
| misc | FinalParameters | Parameter strategy should be final. | 368 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 369 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 369 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 381 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 390 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 399 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 267). | 408 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 231). | 417 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 421 | |
| sizes | LineLength | Line is longer than 80 characters (found 261). | 426 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| misc | FinalParameters | Parameter object should be final. | 433 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| misc | FinalParameters | Parameter locator should be final. | 438 | |
| misc | FinalParameters | Parameter strategy should be final. | 438 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 443 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 448 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 450 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 453 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 458 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 463 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 468 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'ApplicationView_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'operationalInformation' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'qualityAssurance' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'perspective' must be private and have accessor methods. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 14 | |
| design | VisibilityModifier | Variable 'targetProfile' must be private and have accessor methods. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 15 | |
| design | VisibilityModifier | Variable 'dataSourceInformation' must be private and have accessor methods. | 15 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 16 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 17 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 17 | |
| design | VisibilityModifier | Variable 'performanceIndicators' must be private and have accessor methods. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '10' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '10' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 146 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter locator should be final. | 146 | |
| misc | FinalParameters | Parameter buffer should be final. | 146 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 153 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter locator should be final. | 153 | |
| misc | FinalParameters | Parameter buffer should be final. | 153 | |
| misc | FinalParameters | Parameter strategy should be final. | 153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 194 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 194 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 194 | |
| misc | FinalParameters | Parameter object should be final. | 194 | |
| misc | FinalParameters | Parameter strategy should be final. | 194 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 216 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter object should be final. | 223 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter locator should be final. | 228 | |
| misc | FinalParameters | Parameter strategy should be final. | 228 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 238 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'DataSourceContent_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 34 | |
| naming | ConstantName | Name '_View_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| design | DesignForExtension | Method 'createApplicationView' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'createTargetProfileContent' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 63 | |
| design | DesignForExtension | Method 'createPerformanceIndicatorContent' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 71 | |
| design | DesignForExtension | Method 'createOperationalInformationContent' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| design | DesignForExtension | Method 'createQualityAssuranceContent' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| design | DesignForExtension | Method 'createDataSourceContent' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 95 | |
| design | DesignForExtension | Method 'createView' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '10' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '10' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 146 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter locator should be final. | 146 | |
| misc | FinalParameters | Parameter buffer should be final. | 146 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 153 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter locator should be final. | 153 | |
| misc | FinalParameters | Parameter buffer should be final. | 153 | |
| misc | FinalParameters | Parameter strategy should be final. | 153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 194 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 194 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 194 | |
| misc | FinalParameters | Parameter object should be final. | 194 | |
| misc | FinalParameters | Parameter strategy should be final. | 194 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 201 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 216 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter object should be final. | 223 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter locator should be final. | 228 | |
| misc | FinalParameters | Parameter strategy should be final. | 228 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 238 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'OperationalInformationContent_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '10' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '10' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 146 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter locator should be final. | 146 | |
| misc | FinalParameters | Parameter buffer should be final. | 146 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 153 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter locator should be final. | 153 | |
| misc | FinalParameters | Parameter buffer should be final. | 153 | |
| misc | FinalParameters | Parameter strategy should be final. | 153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 194 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 194 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 194 | |
| misc | FinalParameters | Parameter object should be final. | 194 | |
| misc | FinalParameters | Parameter strategy should be final. | 194 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 201 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 216 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter object should be final. | 223 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter locator should be final. | 228 | |
| misc | FinalParameters | Parameter strategy should be final. | 228 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 238 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'PerformanceIndicatorContent_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '10' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '10' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 146 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter locator should be final. | 146 | |
| misc | FinalParameters | Parameter buffer should be final. | 146 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 153 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter locator should be final. | 153 | |
| misc | FinalParameters | Parameter buffer should be final. | 153 | |
| misc | FinalParameters | Parameter strategy should be final. | 153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 194 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 194 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 194 | |
| misc | FinalParameters | Parameter object should be final. | 194 | |
| misc | FinalParameters | Parameter strategy should be final. | 194 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 216 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter object should be final. | 223 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter locator should be final. | 228 | |
| misc | FinalParameters | Parameter strategy should be final. | 228 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 238 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'QualityAssuranceContent_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | MagicNumber | '10' is a magic number. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'getModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | MagicNumber | '10' is a magic number. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| design | DesignForExtension | Method 'withModelObjectId' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| design | DesignForExtension | Method 'withModelObjectVersion' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 146 | |
| design | DesignForExtension | Method 'append' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter locator should be final. | 146 | |
| misc | FinalParameters | Parameter buffer should be final. | 146 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 153 | |
| design | DesignForExtension | Method 'appendFields' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter locator should be final. | 153 | |
| misc | FinalParameters | Parameter buffer should be final. | 153 | |
| misc | FinalParameters | Parameter strategy should be final. | 153 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| design | DesignForExtension | Method 'getHjid' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| design | DesignForExtension | Method 'setHjid' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 194 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| misc | FinalParameters | Parameter thisLocator should be final. | 194 | |
| misc | FinalParameters | Parameter thatLocator should be final. | 194 | |
| misc | FinalParameters | Parameter object should be final. | 194 | |
| misc | FinalParameters | Parameter strategy should be final. | 194 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 207 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 243). | 216 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| misc | FinalParameters | Parameter object should be final. | 223 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter locator should be final. | 228 | |
| misc | FinalParameters | Parameter strategy should be final. | 228 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 233 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 238 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 7 | |
| naming | TypeName | Name 'TargetProfileContent_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 9 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 11 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 11 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 11 | |
| design | VisibilityModifier | Variable 'modelObjectVersion' must be private and have accessor methods. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 12 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 12 | |
| design | VisibilityModifier | Variable 'hjid' must be private and have accessor methods. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 13 | |
| design | VisibilityModifier | Variable 'modelObjectId' must be private and have accessor methods. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter v should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter v should be final. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter v should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter v should be final. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 8 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 | |
| design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter value should be final. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 20 | |
| design | DesignForExtension | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter value should be final. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 | |
| design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter value should be final. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 20 | |
| design | DesignForExtension | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter value should be final. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 14 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 16 | |
| design | DesignForExtension | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 | |
| misc | FinalParameters | Parameter value should be final. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 20 | |
| design | DesignForExtension | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter value should be final. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 24 |